diff --git a/lib/services/theme.dart b/lib/services/theme.dart index 44f456a..42f2f08 100644 --- a/lib/services/theme.dart +++ b/lib/services/theme.dart @@ -346,7 +346,7 @@ class MaterialTheme { bodyColor: colorScheme.onSurface, displayColor: colorScheme.onSurface, ), - scaffoldBackgroundColor: colorScheme.background, + scaffoldBackgroundColor: colorScheme.surface, canvasColor: colorScheme.surface, );