mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-30 20:28: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
|
isTransparent
|
||||||
onClick={() => this.props.removeToken(this.props.token)}
|
onClick={() => this.props.removeToken(this.props.token)}
|
||||||
>
|
>
|
||||||
<Icon icon={ICONS.CLOSE} size={14} />
|
<Icon icon={ICONS.CLOSE} size={12} />
|
||||||
</RemoveTokenButton>
|
</RemoveTokenButton>
|
||||||
</TokenWrapper>
|
</TokenWrapper>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user