From 879a81567a85625595d4ab56caf475d456ae08e2 Mon Sep 17 00:00:00 2001 From: Sneeex <65130981+mathiskir@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:50:57 +0200 Subject: [PATCH] fixed typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 9577865..42c1d0c 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, // forces dark mode theme: ThemeData( primaryColor: CustomTheme.primaryColor, scaffoldBackgroundColor: CustomTheme.backgroundColor,