Update layout.tsx
This commit is contained in:
@@ -36,7 +36,7 @@ export default async function RootLayout({
|
||||
/>
|
||||
</head>
|
||||
<body className={inter.className}>
|
||||
<ThemeProvider attribute="class" enableSystem disableTransitionOnChange>
|
||||
<ThemeProvider attribute="class" enableSystem defaultTheme="system">
|
||||
<StyledComponentsRegistry>
|
||||
<div>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user