Skip to content

Commit 552cbb7

Browse files
committed
chore: unconscious commit 🎲
1 parent d48b9d7 commit 552cbb7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/src/app/[lang]/layout.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,12 @@ export default async function Layout({
9191
return (
9292
<html lang={lang} suppressHydrationWarning>
9393
<body className="flex flex-col min-h-screen">
94-
<RootProvider i18n={provider(lang)}>{children}</RootProvider>
94+
<RootProvider
95+
i18n={provider(lang)}
96+
theme={{ defaultTheme: 'dark', enableSystem: false }}
97+
>
98+
{children}
99+
</RootProvider>
95100
</body>
96101
</html>
97102
);

0 commit comments

Comments
 (0)