mirror of
https://github.com/Mercantec-GHC/h4-projekt-gruppe-0-sm.git
synced 2025-04-27 16:24:07 +02:00
change scaffold color
This commit is contained in:
parent
247525b80a
commit
13ef0644be
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user