Skip to content

Commit

Permalink
fix: qbo charge of accounts padding
Browse files Browse the repository at this point in the history
  • Loading branch information
mananjadhav committed May 7, 2024
1 parent dc2e2ce commit 9281743
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function QuickbooksChartOfAccountsPage({policy}: WithPolicyProps) {
accessVariants={[CONST.POLICY.ACCESS_VARIANTS.ADMIN]}
policyID={policyID}
featureName={CONST.POLICY.MORE_FEATURES.ARE_CONNECTIONS_ENABLED}
contentContainerStyle={[styles.pb2, styles.ph5]}
>
<View style={[styles.flexRow, styles.mb4, styles.alignItemsCenter, styles.justifyContentBetween]}>
<View style={styles.flex1}>
Expand Down

0 comments on commit 9281743

Please sign in to comment.