From f448a207849f1965f3af5ce4e12edf36812208e5 Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Sat, 4 Apr 2020 13:36:32 +0000 Subject: [PATCH] WIP Themes: primary colors fix --- lib/managers/theme_manager.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/managers/theme_manager.dart b/lib/managers/theme_manager.dart index 7c6546f..9db9b8f 100644 --- a/lib/managers/theme_manager.dart +++ b/lib/managers/theme_manager.dart @@ -14,7 +14,7 @@ class HAClientTheme { HAClientTheme._internal(); final ThemeData lightTheme = ThemeData.light().copyWith( - primaryColor: Colors.lightBlue, + primaryColor: Colors.blue, textTheme: ThemeData.light().textTheme.copyWith( display1: TextStyle(fontSize: 34, fontWeight: FontWeight.normal, color: Colors.black54), display2: TextStyle(fontSize: 34, fontWeight: FontWeight.normal, color: Colors.redAccent),