Refactor body class in layout.tsx

This commit is contained in:
mauro-balades
2024-09-24 18:05:43 +02:00
parent c9df39b0fc
commit 374f2ef20a

View File

@@ -36,7 +36,7 @@ export default async function RootLayout({
href="https://www.zen-browser.app/feed.xml"
/>
</head>
<body className={ny(inter.className, 'dark')}>
<body className={inter.className}>
<ThemeProvider attribute="class" defaultTheme="dark">
<StyledComponentsRegistry>
<div className="mt-5">