We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba71de5 commit 32ae61fCopy full SHA for 32ae61f
frontend/src/app/layout.tsx
@@ -26,7 +26,7 @@ export default function RootLayout({
26
return (
27
<html lang="en">
28
<body
29
- className={`${geistSans.variable} ${geistMono.variable} antialiased`}
+ className={`${geistSans.variable} ${geistMono.variable} antialiased dark`}
30
>
31
{children}
32
</body>
0 commit comments