Sfoglia il codice sorgente

fix: change default theme to light (#14304)

tags/1.0.0
Wu Tianwei 8 mesi fa
parent
commit
c242bb372b
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      web/app/layout.tsx

+ 1
- 1
web/app/layout.tsx Vedi File

@@ -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
>

Loading…
Annulla
Salva