Skip to content

Commit

Permalink
rainbowkit accent color
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Aug 10, 2023
1 parent a77d8fc commit c1ee921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/rainbow-provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export function RainbowProvider({ children }: PropsWithChildren<unknown>) {
return (
<WagmiConfig config={wagmiConfig}>
<RainbowKitProvider
theme={darkTheme({ borderRadius: "none" })}
theme={darkTheme({ borderRadius: "none", accentColor: "#FF0083" })}
chains={chains}
appInfo={{ appName: APP_NAME_CONF }}
initialChain={activeChain}
Expand Down

0 comments on commit c1ee921

Please sign in to comment.