From ee21e7903c54181e0d3391ce4da2f5ca43f952a9 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Mon, 23 Jun 2025 23:55:38 +0200 Subject: [PATCH] removed comment --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,