From ac65ccf990e4795db5d6efe2dbe0552a12e62c31 Mon Sep 17 00:00:00 2001 From: vjrj Date: Sun, 16 Sep 2018 18:19:47 +0200 Subject: [PATCH] Color to alert icon --- lib/activeFires.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/activeFires.dart b/lib/activeFires.dart index 04a4641..f440a44 100644 --- a/lib/activeFires.dart +++ b/lib/activeFires.dart @@ -91,6 +91,7 @@ class _ActiveFiresPageState extends State { icon: new Icon(loc.subscribed ? Icons.notifications_active : Icons.notifications_off), + color: loc.subscribed ? fires600: null, onPressed: () { loc.subscribed = !loc.subscribed; onToggle(loc);