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