1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +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
className="eth-overview__button"
Icon={
<Icon name={ICON_NAMES.CARD} color={IconColor.primaryInverse} />
<Icon name={ICON_NAMES.ADD} color={IconColor.primaryInverse} />
}
disabled={!isBuyableChain}
data-testid="eth-overview-buy"

View File

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