1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

UX: Icon: Update buy icon (#18123)

This commit is contained in:
David Walsh 2023-03-13 14:14:43 -05:00 committed by GitHub
parent 14b1555ee3
commit be15200168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ const EthOverview = ({ className }) => {
<IconButton <IconButton
className="eth-overview__button" className="eth-overview__button"
Icon={ Icon={
<Icon name={ICON_NAMES.CARD} color={IconColor.primaryInverse} /> <Icon name={ICON_NAMES.ADD} color={IconColor.primaryInverse} />
} }
disabled={!isBuyableChain} disabled={!isBuyableChain}
data-testid="eth-overview-buy" data-testid="eth-overview-buy"

View File

@ -93,7 +93,7 @@ const TokenOverview = ({ className, token }) => {
<IconButton <IconButton
className="token-overview__button" className="token-overview__button"
Icon={ Icon={
<Icon name={ICON_NAMES.CARD} color={IconColor.primaryInverse} /> <Icon name={ICON_NAMES.ADD} color={IconColor.primaryInverse} />
} }
label={t('buy')} label={t('buy')}
data-testid="token-overview-buy" data-testid="token-overview-buy"