Update layout.tsx

This commit is contained in:
mauro 🤙
2024-09-16 07:35:02 -07:00
committed by GitHub
parent 9fb93c9e48
commit 07eb6bddce

View File

@@ -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}