Parcourir la source

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

Wu Tianwei il y a 5 mois
Parent
commit
3403ac361a
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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