Skip to content

Commit

Permalink
fixed theme
Browse files Browse the repository at this point in the history
  • Loading branch information
SkidGod4444 committed Oct 5, 2024
1 parent 9c48d63 commit 58485df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ export default function RootLayout({
>
<ThemeProvider
attribute="class"
defaultTheme="dark"
// forcedTheme="light"
// enableSystem
defaultTheme="light"
enableSystem
disableTransitionOnChange
>
{children}
Expand Down

0 comments on commit 58485df

Please sign in to comment.