From eb0ec01235bd2fa7c05f7075521b04ffc0ad4fca Mon Sep 17 00:00:00 2001 From: "Vicente J. Ruiz Jurado" Date: Fri, 3 Aug 2018 08:42:00 +0200 Subject: [PATCH] Bigger font in active fires --- lib/activeFires.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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