ソースを参照

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