Skip to content

Commit c6aeca1

Browse files
committed
Fix Connect Wallet button text color
1 parent 5d43db2 commit c6aeca1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/web/components/ConnectWalletButton.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,9 @@ export function ConnectWallet() {
131131
width={20}
132132
loading="lazy"
133133
/>
134-
<span className="hidden sm:block">Connect wallet</span>
134+
<span className="hidden sm:block text-white">
135+
Connect wallet
136+
</span>
135137
</Button>
136138
);
137139
}

0 commit comments

Comments
 (0)