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);