refactor: Update color handling to use ARGB format and improve theme consistency
This commit is contained in:
@@ -24,7 +24,7 @@ class AppTheme {
|
||||
|
||||
return ThemeData(
|
||||
useMaterial3: true,
|
||||
scaffoldBackgroundColor: scheme.background,
|
||||
scaffoldBackgroundColor: scheme.surface,
|
||||
colorScheme: scheme,
|
||||
extensions: <ThemeExtension<dynamic>>[palette],
|
||||
brightness: brightness,
|
||||
|
||||
Reference in New Issue
Block a user