diff --git a/lib/main.dart b/lib/main.dart index 9577865..9ca42bc 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -16,7 +16,7 @@ class MyApp extends StatelessWidget { title: 'Game Tracker', darkTheme: ThemeData.dark(), - themeMode: ThemeMode.dark, // forces light mode + themeMode: ThemeMode.dark, theme: ThemeData( primaryColor: CustomTheme.primaryColor, scaffoldBackgroundColor: CustomTheme.backgroundColor,