From 136398b9ed4485524aace91a28186927b26c9cd3 Mon Sep 17 00:00:00 2001 From: BhuvaneshPatil Date: Fri, 20 Sep 2024 01:33:46 +0530 Subject: [PATCH 1/2] feat: change menu item style --- src/pages/ReimbursementAccount/BankAccountStep.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/ReimbursementAccount/BankAccountStep.tsx b/src/pages/ReimbursementAccount/BankAccountStep.tsx index 09a9e0053959..29db2130c82d 100644 --- a/src/pages/ReimbursementAccount/BankAccountStep.tsx +++ b/src/pages/ReimbursementAccount/BankAccountStep.tsx @@ -147,7 +147,7 @@ function BankAccountStep({plaidLinkOAuthToken = '', policyID = '', policyName = BankAccounts.openPlaidView(); }} shouldShowRightIcon - wrapperStyle={[styles.cardMenuItem]} + wrapperStyle={[styles.sectionMenuItemTopDescription]} /> @@ -160,7 +160,7 @@ function BankAccountStep({plaidLinkOAuthToken = '', policyID = '', policyName = BankAccounts.setBankAccountSubStep(CONST.BANK_ACCOUNT.SETUP_TYPE.MANUAL); }} shouldShowRightIcon - wrapperStyle={[styles.cardMenuItem]} + wrapperStyle={[styles.sectionMenuItemTopDescription]} /> From 5ac65adf8cf6122cc0ec4b412403fe0d0864a067 Mon Sep 17 00:00:00 2001 From: BhuvaneshPatil Date: Fri, 20 Sep 2024 18:14:07 +0530 Subject: [PATCH 2/2] removed gap between items --- src/pages/ReimbursementAccount/BankAccountStep.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ReimbursementAccount/BankAccountStep.tsx b/src/pages/ReimbursementAccount/BankAccountStep.tsx index 29db2130c82d..36ef3f4f00a9 100644 --- a/src/pages/ReimbursementAccount/BankAccountStep.tsx +++ b/src/pages/ReimbursementAccount/BankAccountStep.tsx @@ -150,7 +150,7 @@ function BankAccountStep({plaidLinkOAuthToken = '', policyID = '', policyName = wrapperStyle={[styles.sectionMenuItemTopDescription]} /> - +