From a00c2dc5c17b79841eed3471ca44e161a43a1814 Mon Sep 17 00:00:00 2001
From: Matthew Patrick <Matthew.535200018@stu.untar.ac.id>
Date: Mon, 25 Apr 2022 21:03:54 +0700
Subject: [PATCH] main - Changed Accent to dark red. so the overflow glow
 matches the overall theme

---
 lib/main.dart | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/main.dart b/lib/main.dart
index ea24bc0..6bf3a5b 100644
--- a/lib/main.dart
+++ b/lib/main.dart
@@ -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,