WIP Themes: Dark theme fonts
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user