WIP Themes: Entity page heade color

This commit is contained in:
Yegor Vialov
2020-04-04 16:19:25 +00:00
parent d94235ef6d
commit 37c721e4f6
2 changed files with 1 additions and 2 deletions

View File

@ -30,7 +30,6 @@ class HAClientTheme {
HAClientTheme._internal();
final ThemeData lightTheme = ThemeData.light().copyWith(
//primaryColor: Colors.blue,
textTheme: ThemeData.light().textTheme.copyWith(
display1: textTheme.display1.copyWith(color: Colors.black54),
display2: textTheme.display2.copyWith(color: Colors.redAccent),