main - Changed Accent to dark red. so the overflow glow matches the overall theme

This commit is contained in:
Matthew Patrick 2022-04-25 21:03:54 +07:00
parent c151444c36
commit a00c2dc5c1

View file

@ -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,