design: Better dark mode contrast

This commit is contained in:
Christian Pauly 2021-02-13 13:23:41 +01:00
parent a13e673782
commit fccb4ef89c
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ abstract class FluffyThemes {
backgroundColor: Colors.black,
scaffoldBackgroundColor: Colors.black,
accentColor: AppConfig.primaryColorLight,
secondaryHeaderColor: FluffyThemes.darken(AppConfig.primaryColorLight, .71),
secondaryHeaderColor: FluffyThemes.darken(AppConfig.primaryColorLight, .65),
textTheme: Typography.material2018().white.merge(fallback_text_theme),
dialogTheme: DialogTheme(
shape: RoundedRectangleBorder(