ソースを参照

fix: change default theme to light (#14304)

tags/1.0.0
Wu Tianwei 8ヶ月前
コミット
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
>

読み込み中…
キャンセル
保存