Skip to content

Commit 5ecc36c

Browse files
committed
fix: revert back to simple text button
1 parent 155ebb7 commit 5ecc36c

File tree

1 file changed

+2
-7
lines changed
  • components/Bridge/WalletSwitchV2

1 file changed

+2
-7
lines changed

components/Bridge/WalletSwitchV2/Card.tsx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,8 @@ const WalletSwitchCard: React.FC<WalletSwitchCardProps> = ({
3939
<Box display="flex" sx={{ alignItems: "center" }}>
4040
<Typography marginRight="auto">Balance: {balance}</Typography>
4141
{allowChange && (
42-
<Button
43-
onClick={onChange}
44-
color="secondary"
45-
variant="contained"
46-
size="small"
47-
>
48-
Change <ChangeCirlce />
42+
<Button onClick={onChange} size="small">
43+
Change
4944
</Button>
5045
)}
5146
</Box>

0 commit comments

Comments
 (0)