diff --git a/lib/activeFires.dart b/lib/activeFires.dart index 5075477..bb3fa75 100644 --- a/lib/activeFires.dart +++ b/lib/activeFires.dart @@ -95,7 +95,7 @@ class _ActiveFiresPageState extends State { 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