fixes
This commit is contained in:
@@ -44,12 +44,11 @@ class AppTheme {
|
||||
useMaterial3: true,
|
||||
fontFamily: _fontFamily,
|
||||
scaffoldBackgroundColor: backgroundColor,
|
||||
backgroundColor: highlightColor,
|
||||
primaryColor: lightColors.filc,
|
||||
dividerColor: const Color(0x00000000),
|
||||
colorScheme: ColorScheme.fromSwatch(
|
||||
accentColor: accent,
|
||||
backgroundColor: backgroundColor,
|
||||
backgroundColor: highlightColor,
|
||||
brightness: Brightness.light,
|
||||
cardColor: highlightColor,
|
||||
errorColor: lightColors.red,
|
||||
@@ -106,12 +105,11 @@ class AppTheme {
|
||||
useMaterial3: true,
|
||||
fontFamily: _fontFamily,
|
||||
scaffoldBackgroundColor: backgroundColor,
|
||||
backgroundColor: highlightColor,
|
||||
primaryColor: darkColors.filc,
|
||||
dividerColor: const Color(0x00000000),
|
||||
colorScheme: ColorScheme.fromSwatch(
|
||||
accentColor: accent,
|
||||
backgroundColor: backgroundColor,
|
||||
backgroundColor: highlightColor,
|
||||
brightness: Brightness.dark,
|
||||
cardColor: highlightColor,
|
||||
errorColor: darkColors.red,
|
||||
|
||||
Reference in New Issue
Block a user