Skip to content

Commit 2e8ae3a

Browse files
committed
fix(layout): Remove invalid props from ThemeProvider
1 parent e9647c3 commit 2e8ae3a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/layout.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ export default function RootLayout({
1515
<html lang="en" suppressHydrationWarning className="dark">
1616
<body className={inter.className}>
1717
<ThemeProvider
18-
attribute="class"
1918
defaultTheme="dark"
20-
enableSystem
21-
disableTransitionOnChange
2219
>
2320
{children}
2421
<Toaster />

0 commit comments

Comments
 (0)