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:
parent
14b1555ee3
commit
be15200168
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user