fix fee upadted warn icon size

pull/463/head
slowbackspace 5 years ago
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…
Cancel
Save