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.
2 parents 342e30e + 32ae61f commit ab01079Copy full SHA for ab01079
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