Bigger font in active fires

This commit is contained in:
Vicente J. Ruiz Jurado 2018-08-03 08:42:00 +02:00
parent 367df46f7e
commit eb0ec01235

View file

@ -95,7 +95,7 @@ class _ActiveFiresPageState extends State<ActiveFiresPage> {
loc.subscribed = !loc.subscribed;
onToggle(loc);
}),
title: new Text(loc.description),
title: new Text(loc.description, style: new TextStyle(fontSize: 16.0)),
subtitle: loc.currentNumFires == YourLocation.withoutStats
? null
: loc.currentNumFires == 0