Skip to content

Commit

Permalink
docs: default to dark and disable system default (#1235)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersayshi authored Dec 23, 2024
1 parent 2bcb010 commit e1f014e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ark/docs/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ export default ({ children }: { children: ReactNode }) => (
type: "static"
}
}}
theme={{
enableSystem: false,
defaultTheme: "dark"
}}
>
{children}
</RootProvider>
Expand Down

0 comments on commit e1f014e

Please sign in to comment.