Change default theme

This commit is contained in:
g
2025-02-07 06:20:20 +00:00
parent ba8e303e3a
commit 8374532ce0

View File

@@ -17,7 +17,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<body className={inter.className}>
<ThemeProvider attribute="class" defaultTheme="system" enableSystem disableTransitionOnChange>
<ThemeProvider attribute="class" defaultTheme="dark" enableSystem disableTransitionOnChange>
{children}
</ThemeProvider>
</body>