mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 11:26:52 +08:00
fix: change default theme to light (#14304)
This commit is contained in:
@@ -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
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user