Skip to content

Commit 32ae61f

Browse files
committed
Default dark mode
1 parent ba71de5 commit 32ae61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default function RootLayout({
2626
return (
2727
<html lang="en">
2828
<body
29-
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
29+
className={`${geistSans.variable} ${geistMono.variable} antialiased dark`}
3030
>
3131
{children}
3232
</body>

0 commit comments

Comments
 (0)