From 34259659e2009b232509e45b0ca7234df1fc1aab Mon Sep 17 00:00:00 2001 From: krishna2323 Date: Thu, 5 Dec 2024 05:38:32 +0530 Subject: [PATCH] fix: the 'connect to Xero' experience in two ways (modal style & translation copy update). Signed-off-by: krishna2323 --- .../RequireTwoFactorAuthenticationModal.tsx | 12 ++---------- src/languages/en.ts | 2 +- src/languages/es.ts | 2 +- 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/src/components/RequireTwoFactorAuthenticationModal.tsx b/src/components/RequireTwoFactorAuthenticationModal.tsx index ad4f2db28c1c..a47f9beacdcd 100644 --- a/src/components/RequireTwoFactorAuthenticationModal.tsx +++ b/src/components/RequireTwoFactorAuthenticationModal.tsx @@ -45,20 +45,12 @@ function RequireTwoFactorAuthenticationModal({onCancel = () => {}, description, onClose={onCancel} isVisible={isVisible} type={shouldUseNarrowLayout ? CONST.MODAL.MODAL_TYPE.BOTTOM_DOCKED : CONST.MODAL.MODAL_TYPE.CONFIRM} - innerContainerStyle={{...styles.pb5, ...styles.pt3, ...styles.boxShadowNone}} + innerContainerStyle={{...styles.pb5, ...styles.pt0, ...styles.boxShadowNone}} shouldEnableNewFocusManagement={shouldEnableNewFocusManagement} animationOutTiming={500} > - +