fixed typo

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Sneeex
2025-06-25 14:50:57 +02:00
committed by GitHub
parent fc832d35db
commit 879a81567a

View File

@@ -16,7 +16,7 @@ class MyApp extends StatelessWidget {
title: 'Game Tracker', title: 'Game Tracker',
darkTheme: ThemeData.dark(), darkTheme: ThemeData.dark(),
themeMode: ThemeMode.dark, // forces light mode themeMode: ThemeMode.dark, // forces dark mode
theme: ThemeData( theme: ThemeData(
primaryColor: CustomTheme.primaryColor, primaryColor: CustomTheme.primaryColor,
scaffoldBackgroundColor: CustomTheme.backgroundColor, scaffoldBackgroundColor: CustomTheme.backgroundColor,