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