fix: change default theme to light (#14304)
This commit is contained in:
parent
8c9e34133c
commit
c242bb372b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue