From b41054920a18866cf65c9f330aec6cf0a96c3b42 Mon Sep 17 00:00:00 2001 From: Caleb Jasik Date: Fri, 24 Jan 2025 09:51:21 -0600 Subject: [PATCH] Migrate from `colorScheme.background` to `colorScheme.surface` (#229) --- lib/services/theme.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, );