1
0
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:
slowbackspace 2019-03-21 14:29:57 +01:00
parent a4fdc669bf
commit bd5f705840
2 changed files with 2 additions and 2 deletions

View File

@ -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}
/>{' '}

View File

@ -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}
/>{' '}