Skip to content

Commit

Permalink
fix: changed top space in complete verification step (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
barttom authored Jan 24, 2024
1 parent 72b80c5 commit b25007e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function ConfirmAgreements({onNext, reimbursementAccount}: ConfirmAgreementsProp
return (
<ScreenWrapper
testID={ConfirmAgreements.displayName}
style={[styles.pt10]}
style={[styles.pt3]}
>
<Text style={[styles.textHeadline, styles.ph5, styles.mb3]}>{translate('completeVerificationStep.confirmAgreements')}</Text>
{/* @ts-expect-error TODO: Remove this once FormProvider (https://github.com/Expensify/App/issues/31972) is migrated to TypeScript. */}
Expand Down

0 comments on commit b25007e

Please sign in to comment.