mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-07-04 10:15:10 +08:00
fix: change default theme to light (#14304)
This commit is contained in:
parent
8c9e34133c
commit
c242bb372b
@ -56,7 +56,7 @@ const LocaleLayout = ({
|
|||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
attribute='data-theme'
|
attribute='data-theme'
|
||||||
forcedTheme='light'
|
forcedTheme='light'
|
||||||
defaultTheme='system'
|
defaultTheme='light' // TODO: change to 'system' when dark mode ready
|
||||||
enableSystem
|
enableSystem
|
||||||
disableTransitionOnChange
|
disableTransitionOnChange
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user