mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 10:48:22 +00:00
fix fee upadted warn icon size
This commit is contained in:
parent
a4fdc669bf
commit
bd5f705840
@ -474,7 +474,7 @@ const AccountSend = (props: Props) => {
|
||||
</FeeLabel>
|
||||
{gasPriceNeedsUpdate && (
|
||||
<UpdateFeeWrapper>
|
||||
<Icon icon={ICONS.WARNING} color={colors.WARNING_PRIMARY} size={20} />
|
||||
<StyledIcon icon={ICONS.WARNING} color={colors.WARNING_PRIMARY} size={12} />
|
||||
<FormattedMessage
|
||||
{...l10nSendMessages.TR_RECOMMENDED_FEES_UPDATED}
|
||||
/>{' '}
|
||||
|
@ -439,7 +439,7 @@ const AccountSend = (props: Props) => {
|
||||
</FeeLabel>
|
||||
{feeNeedsUpdate && (
|
||||
<UpdateFeeWrapper>
|
||||
<Icon icon={ICONS.WARNING} color={colors.WARNING_PRIMARY} size={20} />
|
||||
<StyledIcon icon={ICONS.WARNING} color={colors.WARNING_PRIMARY} size={12} />
|
||||
<FormattedMessage
|
||||
{...l10nSendMessages.TR_RECOMMENDED_FEES_UPDATED}
|
||||
/>{' '}
|
||||
|
Loading…
Reference in New Issue
Block a user