diff --git a/lib/res/theme.dart b/lib/res/theme.dart index 52e0e92..e787901 100644 --- a/lib/res/theme.dart +++ b/lib/res/theme.dart @@ -30,7 +30,7 @@ ThemeData themeFrom(Color primaryColor, Brightness brightness) { colorScheme: scheme, appBarTheme: AppBarTheme( elevation: 4, - color: scheme.surface, + color: scheme.background, surfaceTintColor: scheme.surfaceTint, ), cardTheme: CardTheme( @@ -58,7 +58,7 @@ ThemeData themeFrom(Color primaryColor, Brightness brightness) { iconColor: scheme.onSurface, textColor: scheme.onSurface, ), - scaffoldBackgroundColor: scheme.surface, + scaffoldBackgroundColor: scheme.background, ); return theme.copyWith( listTileTheme: ListTileThemeData(