Farbe
This commit is contained in:
@@ -31,8 +31,9 @@ class Application extends StatelessWidget {
|
|||||||
return MaterialApp(
|
return MaterialApp(
|
||||||
title: 'Maggs\' Victory Voyage',
|
title: 'Maggs\' Victory Voyage',
|
||||||
theme: ThemeData(
|
theme: ThemeData(
|
||||||
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple)
|
colorScheme:
|
||||||
.copyWith(background: Colors.pink[50]),
|
ColorScheme.fromSeed(seedColor: Color.fromARGB(255, 233, 206, 252)),
|
||||||
|
// .copyWith(background: const Color.fromARGB(255, 74, 186, 145)),
|
||||||
useMaterial3: true,
|
useMaterial3: true,
|
||||||
),
|
),
|
||||||
home: const SplashPage(),
|
home: const SplashPage(),
|
||||||
|
|||||||
@@ -67,21 +67,21 @@ class _SplashPageState extends State<SplashPage> {
|
|||||||
BottomNavigationBarItem(
|
BottomNavigationBarItem(
|
||||||
icon: Icon(
|
icon: Icon(
|
||||||
Icons.videogame_asset,
|
Icons.videogame_asset,
|
||||||
color: Colors.white,
|
//color: Color.fromARGB(255, 212, 206, 70),
|
||||||
),
|
),
|
||||||
label: 'Games',
|
label: 'Games',
|
||||||
),
|
),
|
||||||
BottomNavigationBarItem(
|
BottomNavigationBarItem(
|
||||||
icon: Icon(
|
icon: Icon(
|
||||||
Icons.emoji_events,
|
Icons.emoji_events,
|
||||||
color: Colors.white,
|
//color: Color.fromARGB(255, 212, 206, 70),
|
||||||
),
|
),
|
||||||
label: 'Leaderboard',
|
label: 'Leaderboard',
|
||||||
),
|
),
|
||||||
BottomNavigationBarItem(
|
BottomNavigationBarItem(
|
||||||
icon: Icon(
|
icon: Icon(
|
||||||
Icons.auto_awesome_rounded,
|
Icons.auto_awesome_rounded,
|
||||||
color: Colors.white,
|
//color: Color.fromARGB(255, 212, 206, 70),
|
||||||
),
|
),
|
||||||
label: 'Events',
|
label: 'Events',
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user