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:
parent
fc95813cfb
commit
9e9f9126cc
@ -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}
|
||||
/>
|
||||
}
|
||||
|
@ -163,7 +163,7 @@ const TokenOverview = ({ className, token }) => {
|
||||
}}
|
||||
Icon={
|
||||
<Icon
|
||||
name={ICON_NAMES.SEND_1}
|
||||
name={ICON_NAMES.ARROW_2_RIGHT}
|
||||
color={IconColor.primaryInverse}
|
||||
/>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user