From 2dd8689d8a993a8c188856efb5611ee61d1abc00 Mon Sep 17 00:00:00 2001 From: Alex Donesky Date: Mon, 6 Dec 2021 09:40:30 -0600 Subject: [PATCH] fix gas-tooltip fonts (#12968) --- .../edit-gas-tooltip/edit-gas-tooltip.js | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/ui/components/app/edit-gas-fee-popover/edit-gas-tooltip/edit-gas-tooltip.js b/ui/components/app/edit-gas-fee-popover/edit-gas-tooltip/edit-gas-tooltip.js index b04344e3f..582e773ae 100644 --- a/ui/components/app/edit-gas-fee-popover/edit-gas-tooltip/edit-gas-tooltip.js +++ b/ui/components/app/edit-gas-fee-popover/edit-gas-tooltip/edit-gas-tooltip.js @@ -4,6 +4,7 @@ import { PRIORITY_LEVELS } from '../../../../../shared/constants/gas'; import { COLORS, FONT_WEIGHT, + TYPOGRAPHY, } from '../../../../helpers/constants/design-system'; import Typography from '../../../ui/typography'; import { useGasFeeContext } from '../../../../contexts/gasFee'; @@ -68,26 +69,26 @@ const EditGasToolTip = ({ ) : null} {priorityLevel === PRIORITY_LEVELS.HIGH ? (
- + {t('highGasSettingToolTipDialog')}
) : null}
- {toolTipMessage()} + {toolTipMessage()}
{priorityLevel === PRIORITY_LEVELS.CUSTOM ? null : (
{t('maxBaseFee')} @@ -96,14 +97,14 @@ const EditGasToolTip = ({
{t('priorityFee')} @@ -112,14 +113,14 @@ const EditGasToolTip = ({
{t('gasLimit')}