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,
|
backgroundColor: Colors.black,
|
||||||
scaffoldBackgroundColor: Colors.black,
|
scaffoldBackgroundColor: Colors.black,
|
||||||
accentColor: AppConfig.primaryColorLight,
|
accentColor: AppConfig.primaryColorLight,
|
||||||
secondaryHeaderColor: FluffyThemes.darken(AppConfig.primaryColorLight, .71),
|
secondaryHeaderColor: FluffyThemes.darken(AppConfig.primaryColorLight, .65),
|
||||||
textTheme: Typography.material2018().white.merge(fallback_text_theme),
|
textTheme: Typography.material2018().white.merge(fallback_text_theme),
|
||||||
dialogTheme: DialogTheme(
|
dialogTheme: DialogTheme(
|
||||||
shape: RoundedRectangleBorder(
|
shape: RoundedRectangleBorder(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue