Updated the Login

This commit is contained in:
2026-06-18 16:10:02 +02:00
parent 7a42e3c41c
commit b19a00c6c2
4 changed files with 623 additions and 220 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<body className={`${inter.variable} min-h-screen antialiased`}>
<ThemeProvider attribute="class" defaultTheme="system" enableSystem disableTransitionOnChange>
<ThemeProvider attribute="class" defaultTheme="dark" disableTransitionOnChange>
{children}
<Toaster />
</ThemeProvider>