mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
feat(layout): change default theme from dark to system in RootLayout component
This commit is contained in:
parent
eead1884e1
commit
d1bb42765d
@ -30,7 +30,7 @@ export default function RootLayout({
|
|||||||
>
|
>
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
attribute="class"
|
attribute="class"
|
||||||
defaultTheme="dark"
|
defaultTheme="system"
|
||||||
enableSystem
|
enableSystem
|
||||||
disableTransitionOnChange
|
disableTransitionOnChange
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user