fix: change default theme to light (#14304)

pull/14316/head
Wu Tianwei 1 year ago committed by GitHub
parent 8c9e34133c
commit c242bb372b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save