mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-30 12:18:09 +00:00
smaller X icon in token list
This commit is contained in:
parent
1a458f08df
commit
be88d307ef
@ -111,7 +111,7 @@ class AddedToken extends PureComponent {
|
||||
isTransparent
|
||||
onClick={() => this.props.removeToken(this.props.token)}
|
||||
>
|
||||
<Icon icon={ICONS.CLOSE} size={14} />
|
||||
<Icon icon={ICONS.CLOSE} size={12} />
|
||||
</RemoveTokenButton>
|
||||
</TokenWrapper>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user