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