diff --git a/lib/main.dart b/lib/main.dart index 7718f62d..af2c1c28 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -242,7 +242,11 @@ class MyApp extends StatelessWidget { ), cardTheme: CardTheme( elevation: 1, - surfaceTintColor: isDark ? colorScheme.onSurfaceVariant : null, + surfaceTintColor: isDynamic + ? colorScheme.onSurfaceVariant + : isDark + ? colorScheme.onSurfaceVariant + : null, shadowColor: Colors.transparent, ), // dialogTheme: DialogTheme(