main - Changed Accent to dark red. so the overflow glow matches the overall theme
This commit is contained in:
parent
c151444c36
commit
a00c2dc5c1
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ class MyApp extends StatelessWidget {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return MaterialApp(
|
||||
theme: ThemeData(
|
||||
colorScheme: ColorScheme.fromSwatch(accentColor: Color(0xff8B0000))),
|
||||
home: AnimatedSplashScreen(
|
||||
splash: 'assets/logo_transparent.webp',
|
||||
pageTransitionType: PageTransitionType.fade,
|
||||
|
|
Loading…
Add table
Reference in a new issue