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

UX: Icons: Use proper send icon on wallet and token overview pages (#17720)

This commit is contained in:
David Walsh 2023-02-15 10:26:21 -06:00 committed by ryanml
parent 006242f096
commit 72ae54bfa3
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ const EthOverview = ({ className }) => {
data-testid="eth-overview-send" data-testid="eth-overview-send"
Icon={ Icon={
<Icon <Icon
name={ICON_NAMES.SEND_1} name={ICON_NAMES.ARROW_2_RIGHT}
color={IconColor.primaryInverse} color={IconColor.primaryInverse}
/> />
} }

View File

@ -163,7 +163,7 @@ const TokenOverview = ({ className, token }) => {
}} }}
Icon={ Icon={
<Icon <Icon
name={ICON_NAMES.SEND_1} name={ICON_NAMES.ARROW_2_RIGHT}
color={IconColor.primaryInverse} color={IconColor.primaryInverse}
/> />
} }