fix: change default theme to light in ThemeProvider
This commit is contained in:
parent
a55b144f4d
commit
8f3802ede3
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ const MyApp = ({
|
|||
<SessionProvider>
|
||||
<ThemeProvider
|
||||
attribute="class"
|
||||
defaultTheme="system"
|
||||
defaultTheme="light"
|
||||
disableTransitionOnChange
|
||||
enableSystem
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue