design: Better dark mode contrast
This commit is contained in:
parent
cd10fe1ac4
commit
ffd1e764a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue