Color to alert icon
This commit is contained in:
parent
29df8c44db
commit
ac65ccf990
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ class _ActiveFiresPageState extends State<ActiveFiresPage> {
|
|||
icon: new Icon(loc.subscribed
|
||||
? Icons.notifications_active
|
||||
: Icons.notifications_off),
|
||||
color: loc.subscribed ? fires600: null,
|
||||
onPressed: () {
|
||||
loc.subscribed = !loc.subscribed;
|
||||
onToggle(loc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue