소스 검색

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