Fix theme selection bug

Fix bug with login view redirection
This commit is contained in:
Simon Grimme
2024-05-14 16:15:25 +02:00
parent 56d4c1480e
commit 215a01606f
7 changed files with 23 additions and 21 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ export default function App() {
return (
<StrictMode>
<NextUIProvider className="size-full">
<NextThemesProvider attribute="class" defaultTheme="gameyfin-blue-light" themes={themeNames()}>
<NextThemesProvider attribute="class" themes={themeNames()} defaultTheme="gameyfin-violet-dark" >
<AuthProvider>
<IconContext.Provider value={{size: 20}}>
<RouterProvider router={router}/>