We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9647c3 commit 2e8ae3aCopy full SHA for 2e8ae3a
app/layout.tsx
@@ -15,10 +15,7 @@ export default function RootLayout({
15
<html lang="en" suppressHydrationWarning className="dark">
16
<body className={inter.className}>
17
<ThemeProvider
18
- attribute="class"
19
defaultTheme="dark"
20
- enableSystem
21
- disableTransitionOnChange
22
>
23
{children}
24
<Toaster />
0 commit comments