mirror of https://github.com/langgenius/dify.git
fix: change default theme to light in layout (#14295)
This commit is contained in:
parent
07d6cb3f4a
commit
3403ac361a
|
|
@ -55,6 +55,7 @@ const LocaleLayout = ({
|
|||
<TanstackQueryIniter>
|
||||
<ThemeProvider
|
||||
attribute='data-theme'
|
||||
forcedTheme='light'
|
||||
defaultTheme='system'
|
||||
enableSystem
|
||||
disableTransitionOnChange
|
||||
|
|
|
|||
Loading…
Reference in New Issue