WIP Themes: Dark theme fonts

This commit is contained in:
Yegor Vialov
2020-04-04 16:13:12 +00:00
parent eb4184713f
commit d94235ef6d
2 changed files with 44 additions and 19 deletions

View File

@ -249,7 +249,7 @@ class _AlarmControlPanelControlsWidgetWidgetState extends State<AlarmControlPane
child: Text(
"TRIGGER",
style: Theme.of(context).textTheme.subhead.copyWith(
color: Colors.redAccent
color: Theme.of(context).errorColor
)
),
onPressed: () => _askToTrigger(entity),