Browse Source

fix: change default theme to light (#14304)

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

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

<ThemeProvider <ThemeProvider
attribute='data-theme' attribute='data-theme'
forcedTheme='light' forcedTheme='light'
defaultTheme='system'
defaultTheme='light' // TODO: change to 'system' when dark mode ready
enableSystem enableSystem
disableTransitionOnChange disableTransitionOnChange
> >

Loading…
Cancel
Save