From 13ef0644be2347e8992d31ca817c2fd54b6834e1 Mon Sep 17 00:00:00 2001 From: Mikkel Troels Kongsted Date: Tue, 4 Feb 2025 12:24:35 +0100 Subject: [PATCH] change scaffold color --- mobile/lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/lib/main.dart b/mobile/lib/main.dart index b8dcc56..fcb0f49 100644 --- a/mobile/lib/main.dart +++ b/mobile/lib/main.dart @@ -28,7 +28,7 @@ class MyApp extends StatelessWidget { title: 'Fresh Plaza', theme: ThemeData( colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue), - scaffoldBackgroundColor: const Color(0xFFDFDFDF), + scaffoldBackgroundColor: const Color(0xFFEEEEEE), textTheme: const TextTheme( headlineLarge: TextStyle(color: Color(0xFF000000), fontSize: 64), bodyLarge: TextStyle(color: Color(0xFF000000), fontSize: 20),