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.
2 parents dbd4e3a + 3c43d48 commit e31b4daCopy full SHA for e31b4da
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