소스 검색

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

tags/1.0.0
Wu Tianwei 8 달 전
부모
커밋
3403ac361a
No account linked to committer's email address
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

Loading…
취소
저장