mirror of
https://github.com/Mercantec-GHC/h4-projekt-gruppe-0-sm.git
synced 2025-04-28 00:34:06 +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',
|
title: 'Fresh Plaza',
|
||||||
theme: ThemeData(
|
theme: ThemeData(
|
||||||
colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue),
|
colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue),
|
||||||
scaffoldBackgroundColor: const Color(0xFFDFDFDF),
|
scaffoldBackgroundColor: const Color(0xFFEEEEEE),
|
||||||
textTheme: const TextTheme(
|
textTheme: const TextTheme(
|
||||||
headlineLarge: TextStyle(color: Color(0xFF000000), fontSize: 64),
|
headlineLarge: TextStyle(color: Color(0xFF000000), fontSize: 64),
|
||||||
bodyLarge: TextStyle(color: Color(0xFF000000), fontSize: 20),
|
bodyLarge: TextStyle(color: Color(0xFF000000), fontSize: 20),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user