1
0
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:
slowbackspace 2019-03-25 11:49:13 +01:00
parent 1a458f08df
commit be88d307ef

View File

@ -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>
);