change scaffold color

This commit is contained in:
Mikkel Troels Kongsted 2025-02-04 12:24:35 +01:00
parent 247525b80a
commit 13ef0644be

View File

@ -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),