fix: change default theme to light in layout (#14295)

This commit is contained in:
Wu Tianwei 2025-02-25 13:09:23 +08:00 committed by GitHub
parent 07d6cb3f4a
commit 3403ac361a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,6 +55,7 @@ const LocaleLayout = ({
<TanstackQueryIniter>
<ThemeProvider
attribute='data-theme'
forcedTheme='light'
defaultTheme='system'
enableSystem
disableTransitionOnChange