removed comment

This commit is contained in:
2025-06-23 23:55:38 +02:00
parent f3c638c48b
commit ee21e7903c

View File

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