Kontraste verbessert und Standard-Theme auf Dunkel gesetzt
All checks were successful
Staging Build / build (push) Successful in 3m40s
All checks were successful
Staging Build / build (push) Successful in 3m40s
This commit is contained in:
@@ -32,8 +32,8 @@ export default function RootLayout({
|
||||
<body className={`${geistSans.className} antialiased`}>
|
||||
<ThemeProvider
|
||||
attribute="class"
|
||||
defaultTheme="system"
|
||||
enableSystem
|
||||
defaultTheme="dark"
|
||||
enableSystem={false}
|
||||
disableTransitionOnChange
|
||||
>
|
||||
<InactivityTracker />
|
||||
|
||||
Reference in New Issue
Block a user