From 91b6e3b55b7caf9d46dd8656eb12efe848d91c89 Mon Sep 17 00:00:00 2001 From: war-in Date: Wed, 17 Jul 2024 13:05:54 +0200 Subject: [PATCH] fix spacing --- .../accounting/intacct/advanced/SageIntacctAdvancedPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/workspace/accounting/intacct/advanced/SageIntacctAdvancedPage.tsx b/src/pages/workspace/accounting/intacct/advanced/SageIntacctAdvancedPage.tsx index 40ab18c7f9cd..2458b8579539 100644 --- a/src/pages/workspace/accounting/intacct/advanced/SageIntacctAdvancedPage.tsx +++ b/src/pages/workspace/accounting/intacct/advanced/SageIntacctAdvancedPage.tsx @@ -118,7 +118,7 @@ function SageIntacctAdvancedPage({policy}: WithPolicyProps) { switchAccessibilityLabel={section.label} isActive={section.isActive} onToggle={section.onToggle} - wrapperStyle={[styles.ph5, styles.pb3]} + wrapperStyle={[styles.ph5, styles.pv3]} pendingAction={section.pendingAction} errors={section.error} onCloseError={section.onCloseError}