refactor: Update color handling to use ARGB format and improve theme consistency

This commit is contained in:
2026-07-01 10:41:59 +02:00
parent 82515960f6
commit 972006c29f
5 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ class AppTheme {
return ThemeData(
useMaterial3: true,
scaffoldBackgroundColor: scheme.background,
scaffoldBackgroundColor: scheme.surface,
colorScheme: scheme,
extensions: <ThemeExtension<dynamic>>[palette],
brightness: brightness,