From 36c4ff15b2b72a1a147a0479496107255c8f641c Mon Sep 17 00:00:00 2001 From: Harsh Shukla <125105825+PrgrmrHarshShukla@users.noreply.github.com> Date: Fri, 5 May 2023 16:39:13 +0530 Subject: [PATCH] Update interactive-replacement-token-modal.js (#19003) --- .../interactive-replacement-token-modal.js | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ui/components/institutional/interactive-replacement-token-modal/interactive-replacement-token-modal.js b/ui/components/institutional/interactive-replacement-token-modal/interactive-replacement-token-modal.js index 0f40723d4..d5cb84547 100644 --- a/ui/components/institutional/interactive-replacement-token-modal/interactive-replacement-token-modal.js +++ b/ui/components/institutional/interactive-replacement-token-modal/interactive-replacement-token-modal.js @@ -15,8 +15,8 @@ import { FLEX_WRAP, FLEX_DIRECTION, BorderRadius, - FONT_WEIGHT, - TEXT_ALIGN, + FontWeight, + TextAlign, AlignItems, } from '../../../helpers/constants/design-system'; @@ -53,7 +53,7 @@ const InteractiveReplacementTokenModal = () => { alignItems={AlignItems.center} paddingTop={5} > - + { ); } else { img = ( - + {custodian.displayName} ); @@ -76,8 +76,8 @@ const InteractiveReplacementTokenModal = () => { {t('custodyRefreshTokenModalTitle')} @@ -85,18 +85,18 @@ const InteractiveReplacementTokenModal = () => { as="p" paddingTop={4} paddingBottom={6} - textAlign={TEXT_ALIGN.LEFT} + textAlign={TextAlign.Left} > {t('custodyRefreshTokenModalDescription', [custodian.displayName])} - + {t('custodyRefreshTokenModalSubtitle')} {t('custodyRefreshTokenModalDescription1')} @@ -105,7 +105,7 @@ const InteractiveReplacementTokenModal = () => { marginTop={4} paddingTop={4} paddingBottom={6} - textAlign={TEXT_ALIGN.LEFT} + textAlign={TextAlign.Left} > {t('custodyRefreshTokenModalDescription2')}