1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-07 06:40:54 +00:00

fix invalid icon name in xrp send form

This commit is contained in:
slowbackspace 2019-03-25 10:54:15 +01:00
parent 747a02b7a6
commit 6a673d3d00

View File

@ -394,7 +394,7 @@ const AccountSend = (props: Props) => {
/>
)}
{setMax && (
<StyledIcon icon={ICONS.CHECKED} size={14} color={colors.WHITE} />
<StyledIcon icon={ICONS.SUCCESS} size={14} color={colors.WHITE} />
)}
<FormattedMessage {...l10nSendMessages.TR_SET_MAX} />
</SetMaxAmountButton>,