Skip to content

Commit

Permalink
change default theme to dark
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisstef committed Feb 4, 2024
1 parent 63b5c5d commit d460c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function RootLayout({
<body className={dmsans.className}>
<ThemeProvider
attribute="class"
defaultTheme="light"
defaultTheme="dark"
enableSystem
>
{children}
Expand Down

0 comments on commit d460c7d

Please sign in to comment.