MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit 879a81567a - Show all commits

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, // forces dark mode
theme: ThemeData(
primaryColor: CustomTheme.primaryColor,
scaffoldBackgroundColor: CustomTheme.backgroundColor,