We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155ebb7 commit 5ecc36cCopy full SHA for 5ecc36c
components/Bridge/WalletSwitchV2/Card.tsx
@@ -39,13 +39,8 @@ const WalletSwitchCard: React.FC<WalletSwitchCardProps> = ({
39
<Box display="flex" sx={{ alignItems: "center" }}>
40
<Typography marginRight="auto">Balance: {balance}</Typography>
41
{allowChange && (
42
- <Button
43
- onClick={onChange}
44
- color="secondary"
45
- variant="contained"
46
- size="small"
47
- >
48
- Change <ChangeCirlce />
+ <Button onClick={onChange} size="small">
+ Change
49
</Button>
50
)}
51
</Box>
0 commit comments