Skip to content

Commit

Permalink
chore(website): use sytem preference
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 13, 2024
1 parent 536399d commit 2e3e8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function RootLayout ({ children }: { children: React.ReactNode })
target='_blank'
rel='noopener noreferrer'
>
<ThemeProvider attribute='class' forcedTheme='dark' disableTransitionOnChange>
<ThemeProvider attribute='class' disableTransitionOnChange>
{/* <ModeToggle /> */}
{children}
</ThemeProvider>
Expand Down

0 comments on commit 2e3e8e1

Please sign in to comment.