feat(layout): change default theme to dark in RootLayout component

This commit is contained in:
cfngc4594 2025-02-19 21:57:47 +08:00
parent 73aae933ee
commit eead1884e1

View File

@ -30,7 +30,7 @@ export default function RootLayout({
>
<ThemeProvider
attribute="class"
defaultTheme="system"
defaultTheme="dark"
enableSystem
disableTransitionOnChange
>