feat: change default theme in ThemeProvider from dark to system

This commit is contained in:
Marco Pedone 2025-11-14 17:30:12 +01:00
parent d7bfd8fdf1
commit 8c76fdc2f2

View file

@ -46,7 +46,7 @@ const MyApp = ({
<SessionProvider> <SessionProvider>
<ThemeProvider <ThemeProvider
attribute="class" attribute="class"
defaultTheme="dark" defaultTheme="system"
disableTransitionOnChange disableTransitionOnChange
enableSystem enableSystem
> >