1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 01:47:00 +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 GitHub
parent fc95813cfb
commit 9e9f9126cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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