mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-24 08:01:56 -05:00
docs: fix system theme
This commit is contained in:
@@ -29,7 +29,7 @@ export default function Layout({ children }: { children: ReactNode }) {
|
||||
>
|
||||
<RootProvider
|
||||
theme={{
|
||||
enableSystem: false,
|
||||
enableSystem: true,
|
||||
defaultTheme: "dark",
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user