mirror of
https://github.com/trezor/trezor-wallet
synced 2025-07-26 16:38:14 +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>
|
</FeeLabel>
|
||||||
{gasPriceNeedsUpdate && (
|
{gasPriceNeedsUpdate && (
|
||||||
<UpdateFeeWrapper>
|
<UpdateFeeWrapper>
|
||||||
<Icon icon={ICONS.WARNING} color={colors.WARNING_PRIMARY} size={20} />
|
<StyledIcon icon={ICONS.WARNING} color={colors.WARNING_PRIMARY} size={12} />
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
{...l10nSendMessages.TR_RECOMMENDED_FEES_UPDATED}
|
{...l10nSendMessages.TR_RECOMMENDED_FEES_UPDATED}
|
||||||
/>{' '}
|
/>{' '}
|
||||||
|
@ -439,7 +439,7 @@ const AccountSend = (props: Props) => {
|
|||||||
</FeeLabel>
|
</FeeLabel>
|
||||||
{feeNeedsUpdate && (
|
{feeNeedsUpdate && (
|
||||||
<UpdateFeeWrapper>
|
<UpdateFeeWrapper>
|
||||||
<Icon icon={ICONS.WARNING} color={colors.WARNING_PRIMARY} size={20} />
|
<StyledIcon icon={ICONS.WARNING} color={colors.WARNING_PRIMARY} size={12} />
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
{...l10nSendMessages.TR_RECOMMENDED_FEES_UPDATED}
|
{...l10nSendMessages.TR_RECOMMENDED_FEES_UPDATED}
|
||||||
/>{' '}
|
/>{' '}
|
||||||
|
Loading…
Reference in New Issue
Block a user