improvement: style tweaks

This commit is contained in:
Rongjian Zhang
2019-12-21 16:16:17 +08:00
parent cf0783688e
commit 864a995ac8
9 changed files with 191 additions and 207 deletions

View File

@@ -108,7 +108,7 @@ class ThemeModel with ChangeNotifier {
case Brightness.light:
return Palette(
primary: PrimerColors.blue500,
text: PrimerColors.gray900,
text: PrimerColors.black,
secondaryText: PrimerColors.gray700,
tertiaryText: PrimerColors.gray500,
background: PrimerColors.white,