smaller X icon in token list

pull/460/head
slowbackspace 5 years ago
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…
Cancel
Save