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>
|
<SessionProvider>
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
attribute="class"
|
attribute="class"
|
||||||
defaultTheme="system"
|
defaultTheme="light"
|
||||||
disableTransitionOnChange
|
disableTransitionOnChange
|
||||||
enableSystem
|
enableSystem
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue