Skip to content

Commit

Permalink
Merge pull request #45591 from software-mansion-labs/war-in/update-sp…
Browse files Browse the repository at this point in the history
…acing-on-advanced-page

Fix layout spacing in Sage Intacct Advanced page
  • Loading branch information
NikkiWines authored Jul 17, 2024
2 parents fc9b7ac + 91b6e3b commit 4b43517
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 4b43517

Please sign in to comment.