fix: Use system color preference

This commit is contained in:
Waled Khatiz
2024-08-31 11:50:23 +10:00
parent 2867536722
commit 5673a2aafe
2 changed files with 33 additions and 1 deletions

View File

@@ -33,7 +33,6 @@ export default async function RootLayout({
<NextIntlClientProvider messages={messages}>
<ThemeProvider
attribute="class"
defaultTheme="dark"
enableSystem
disableTransitionOnChange
>