Skip to content

Commit

Permalink
feat: change text color
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawBit committed Aug 11, 2024
1 parent 43b98c6 commit 715de24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CustomConnectButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function CustomConnectButton() {
}

return (
<div style={{ display: "flex", gap: 12 }}>
<div style={{ display: "flex", gap: 12, color: "#ffffff" }}>
<button onClick={openChainModal} style={{ display: "flex", alignItems: "center" }} type="button">
{chain.hasIcon && (
<div
Expand Down

0 comments on commit 715de24

Please sign in to comment.