updated flashcards

This commit is contained in:
odweta
2026-04-03 13:52:34 +02:00
parent bc68eef63e
commit 8ba8a009a6
3 changed files with 3 additions and 18 deletions
+1 -2
View File
@@ -62,8 +62,7 @@ class HlaskovnikFrontendApp extends StatelessWidget {
),
useMaterial3: true,
),
//themeMode: ThemeMode.system, // TODO: .dark is just for testing
themeMode: ThemeMode.dark,
themeMode: ThemeMode.system,
routerConfig: _router,
);
}