Skip to content

Commit

Permalink
disable rainbowkit cool mode
Browse files Browse the repository at this point in the history
  • Loading branch information
encryptedDegen committed Dec 4, 2024
1 parent 56055d7 commit 20ea866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const Providers: React.FC<ProviderProps> = ({ children, initialState }) => {
<ReactQueryStreamedHydration>
<WagmiProvider config={wagmiConfig} initialState={initialState}>
<RainbowKitProvider
coolMode={true}
coolMode={false}
theme={
isClient && darkThemes.includes(resolvedTheme || 'dark') ? darkTheme() : undefined
}
Expand Down

0 comments on commit 20ea866

Please sign in to comment.