Changes in lightmode and dark mode header

This commit is contained in:
2026-06-26 21:31:20 +02:00
parent 886a7efe91
commit 4d7a59c278
4 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<body className={`${inter.variable} min-h-screen antialiased`}>
<ThemeProvider attribute="class" defaultTheme="dark" disableTransitionOnChange>
<ThemeProvider attribute="class" defaultTheme="light" disableTransitionOnChange>
<WebsiteThemeProvider>
{children}
<Toaster />