소스 검색

fix: change default theme to light (#14304)

Wu Tianwei 3 달 전
부모
커밋
c242bb372b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/app/layout.tsx

+ 1 - 1
web/app/layout.tsx

@@ -56,7 +56,7 @@ const LocaleLayout = ({
               <ThemeProvider
                 attribute='data-theme'
                 forcedTheme='light'
-                defaultTheme='system'
+                defaultTheme='light' // TODO: change to 'system' when dark mode ready
                 enableSystem
                 disableTransitionOnChange
               >