Fix: revert hardcoding theme

This commit is contained in:
Anton Stubenbord
2023-12-20 09:42:39 +01:00
committed by GitHub
parent 9451907423
commit 7a0bc49d9c

View File

@@ -396,7 +396,7 @@ class _GoRouterShellState extends State<GoRouterShell> {
dynamicScheme: darkDynamic,
preferredColorScheme: settings.preferredColorSchemeOption,
),
themeMode: ThemeMode.light,
themeMode: settings.preferredThemeMode,
supportedLocales: const [
Locale('en'),
Locale('de'),