Skip to content

Commit

Permalink
Merge pull request #36 from supabase-community/fix/theme-storage-key
Browse files Browse the repository at this point in the history
Remove "jonny" as the local storage key for theme
  • Loading branch information
gregnr committed Aug 10, 2024
2 parents dbd4e3a + 3c43d48 commit e31b4da
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions apps/postgres-new/components/providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@ const queryClient = new QueryClient()

export default function Providers({ children }: PropsWithChildren) {
return (
// Force theme until we implement dark mode
<ThemeProvider
attribute="class"
defaultTheme="system"
storageKey="jonny"
disableTransitionOnChange
>
<ThemeProvider attribute="class" defaultTheme="system" disableTransitionOnChange>
<QueryClientProvider client={queryClient}>
<AppProvider>{children}</AppProvider>
</QueryClientProvider>
Expand Down

0 comments on commit e31b4da

Please sign in to comment.