Skip to content

Commit

Permalink
fix: change default theme to light (#14304)
Browse files Browse the repository at this point in the history
  • Loading branch information
WTW0313 authored Feb 25, 2025
1 parent 8c9e341 commit c242bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const LocaleLayout = ({
<ThemeProvider
attribute='data-theme'
forcedTheme='light'
defaultTheme='system'
defaultTheme='light' // TODO: change to 'system' when dark mode ready
enableSystem
disableTransitionOnChange
>
Expand Down

0 comments on commit c242bb3

Please sign in to comment.