Skip to content

Commit

Permalink
default to user color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
elie222 committed Feb 20, 2025
1 parent c010a00 commit 9cc314d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/providers/AppProviders.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { ThemeProvider } from "@/components/theme-provider";

export function AppProviders(props: { children: React.ReactNode }) {
return (
<ThemeProvider attribute="class" defaultTheme="light" enableSystem={false}>
<ThemeProvider attribute="class" enableSystem>
<Provider store={jotaiStore}>
<NuqsAdapter>
<ComposeModalProvider>{props.children}</ComposeModalProvider>
Expand Down

1 comment on commit 9cc314d

@vercel
Copy link

@vercel vercel bot commented on 9cc314d Feb 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.