Fix section text color for dark theme

This commit is contained in:
Yegor Vialov
2020-04-11 12:48:36 +00:00
parent 89513ca4e5
commit 022622522f
2 changed files with 7 additions and 3 deletions

View File

@ -2,6 +2,10 @@ part of '../main.dart';
class HAClientTheme {
static const DEFAULT = 0;
static const DARK = 1;
static const HOMEASSISTANT = 2;
static const TextTheme textTheme = TextTheme(
display1: TextStyle(fontSize: 34, fontWeight: FontWeight.normal),
display2: TextStyle(fontSize: 34, fontWeight: FontWeight.normal),