Change theme to be yellow
This commit is contained in:
parent
c6ad9a29bf
commit
7251fce43a
@ -78,7 +78,7 @@ class MyApp extends StatelessWidget {
|
|||||||
return MaterialApp(
|
return MaterialApp(
|
||||||
title: 'Flutter Demo',
|
title: 'Flutter Demo',
|
||||||
theme: ThemeData(
|
theme: ThemeData(
|
||||||
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
|
colorScheme: ColorScheme.fromSeed(seedColor: Colors.yellow),
|
||||||
),
|
),
|
||||||
home: const MyHomePage(title: 'LeineLab e.V. Key App'),
|
home: const MyHomePage(title: 'LeineLab e.V. Key App'),
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user