Browse Source

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

tags/1.0.0
Wu Tianwei 8 months ago
parent
commit
3403ac361a
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      web/app/layout.tsx

+ 1
- 0
web/app/layout.tsx View File

<TanstackQueryIniter> <TanstackQueryIniter>
<ThemeProvider <ThemeProvider
attribute='data-theme' attribute='data-theme'
forcedTheme='light'
defaultTheme='system' defaultTheme='system'
enableSystem enableSystem
disableTransitionOnChange disableTransitionOnChange

Loading…
Cancel
Save