We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3eef14 commit 3c43d48Copy full SHA for 3c43d48
apps/postgres-new/components/providers.tsx
@@ -10,13 +10,7 @@ const queryClient = new QueryClient()
10
11
export default function Providers({ children }: PropsWithChildren) {
12
return (
13
- // Force theme until we implement dark mode
14
- <ThemeProvider
15
- attribute="class"
16
- defaultTheme="system"
17
- storageKey="jonny"
18
- disableTransitionOnChange
19
- >
+ <ThemeProvider attribute="class" defaultTheme="system" disableTransitionOnChange>
20
<QueryClientProvider client={queryClient}>
21
<AppProvider>{children}</AppProvider>
22
</QueryClientProvider>
0 commit comments