docs: fix system theme

This commit is contained in:
Bereket Engida
2024-12-05 19:32:18 +03:00
parent 60bb0394ed
commit fdfd738eca

View File

@@ -29,7 +29,7 @@ export default function Layout({ children }: { children: ReactNode }) {
>
<RootProvider
theme={{
enableSystem: false,
enableSystem: true,
defaultTheme: "dark",
}}
>