Skip to content

Commit 3c43d48

Browse files
committed
fix: theme storage key
1 parent f3eef14 commit 3c43d48

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

apps/postgres-new/components/providers.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,7 @@ const queryClient = new QueryClient()
1010

1111
export default function Providers({ children }: PropsWithChildren) {
1212
return (
13-
// Force theme until we implement dark mode
14-
<ThemeProvider
15-
attribute="class"
16-
defaultTheme="system"
17-
storageKey="jonny"
18-
disableTransitionOnChange
19-
>
13+
<ThemeProvider attribute="class" defaultTheme="system" disableTransitionOnChange>
2014
<QueryClientProvider client={queryClient}>
2115
<AppProvider>{children}</AppProvider>
2216
</QueryClientProvider>

0 commit comments

Comments
 (0)