This commit is contained in:
Nopylacetat
2023-10-20 19:25:44 +02:00
parent b4e49ea4ff
commit 96c4635254
2 changed files with 11 additions and 9 deletions

View File

@@ -16,7 +16,8 @@ class Application extends StatelessWidget {
return MaterialApp(
title: 'Maggs\' Victory Voyage',
theme: ThemeData(
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple)
.copyWith(background: Colors.pink[50]),
useMaterial3: true,
),
home: const SplashPage(),