Преглед на файлове

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

Wu Tianwei преди 7 месеца
родител
ревизия
3403ac361a
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      web/app/layout.tsx

+ 1 - 0
web/app/layout.tsx

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