Bigger font in active fires
This commit is contained in:
parent
367df46f7e
commit
eb0ec01235
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ class _ActiveFiresPageState extends State<ActiveFiresPage> {
|
||||||
loc.subscribed = !loc.subscribed;
|
loc.subscribed = !loc.subscribed;
|
||||||
onToggle(loc);
|
onToggle(loc);
|
||||||
}),
|
}),
|
||||||
title: new Text(loc.description),
|
title: new Text(loc.description, style: new TextStyle(fontSize: 16.0)),
|
||||||
subtitle: loc.currentNumFires == YourLocation.withoutStats
|
subtitle: loc.currentNumFires == YourLocation.withoutStats
|
||||||
? null
|
? null
|
||||||
: loc.currentNumFires == 0
|
: loc.currentNumFires == 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue