Skip to content

Commit ded83fd

Browse files
committed
chore: updated theme to dark as a default
1 parent 6c9c92f commit ded83fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function RootLayout({
2424
return (
2525
<html lang="en" suppressHydrationWarning>
2626
<body className={inter.className}>
27-
<ThemeProvider attribute="class" defaultTheme="system" enableSystem>
27+
<ThemeProvider attribute="class" defaultTheme="dark" enableSystem>
2828
<Layout>{children}</Layout>
2929
</ThemeProvider>
3030
</body>

0 commit comments

Comments
 (0)