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}