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:
parent
747a02b7a6
commit
6a673d3d00
@ -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>,
|
||||
|
Loading…
Reference in New Issue
Block a user