diff --git a/src/pages/ReimbursementAccount/BeneficialOwnerInfo/substeps/BeneficialOwnerCheckUBO.tsx b/src/pages/ReimbursementAccount/BeneficialOwnerInfo/substeps/BeneficialOwnerCheckUBO.tsx
index fc98ee21aff2..438551cf4044 100644
--- a/src/pages/ReimbursementAccount/BeneficialOwnerInfo/substeps/BeneficialOwnerCheckUBO.tsx
+++ b/src/pages/ReimbursementAccount/BeneficialOwnerInfo/substeps/BeneficialOwnerCheckUBO.tsx
@@ -47,7 +47,7 @@ function BeneficialOwnerCheckUBO({title, onSelectedValue, defaultValue}: Benefic
submitButtonText={translate('common.confirm')}
onSubmit={handleSubmit}
style={[styles.mh5, styles.flexGrow1]}
- submitButtonStyles={[styles.pb5, styles.mb0]}
+ submitButtonStyles={[styles.mb0]}
>
{title}
{translate('beneficialOwnerInfoStep.regulationRequiresUsToVerifyTheIdentity')}
diff --git a/src/pages/ReimbursementAccount/BeneficialOwnerInfo/substeps/BeneficialOwnerDetailsFormSubsteps/AddressUBO.tsx b/src/pages/ReimbursementAccount/BeneficialOwnerInfo/substeps/BeneficialOwnerDetailsFormSubsteps/AddressUBO.tsx
index 284a27108a48..1b03432b7f3e 100644
--- a/src/pages/ReimbursementAccount/BeneficialOwnerInfo/substeps/BeneficialOwnerDetailsFormSubsteps/AddressUBO.tsx
+++ b/src/pages/ReimbursementAccount/BeneficialOwnerInfo/substeps/BeneficialOwnerDetailsFormSubsteps/AddressUBO.tsx
@@ -69,7 +69,7 @@ function AddressUBO({reimbursementAccountDraft, onNext, isEditing, beneficialOwn
submitButtonText={translate(isEditing ? 'common.confirm' : 'common.next')}
validate={validate}
onSubmit={handleSubmit}
- submitButtonStyles={[styles.mb0, styles.pb5]}
+ submitButtonStyles={[styles.mb0]}
style={[styles.mh5, styles.flexGrow1]}
>
{translate('beneficialOwnerInfoStep.enterTheOwnersAddress')}
diff --git a/src/pages/ReimbursementAccount/BeneficialOwnerInfo/substeps/BeneficialOwnerDetailsFormSubsteps/DateOfBirthUBO.tsx b/src/pages/ReimbursementAccount/BeneficialOwnerInfo/substeps/BeneficialOwnerDetailsFormSubsteps/DateOfBirthUBO.tsx
index 2173d19887ad..b5a4a6a94bed 100644
--- a/src/pages/ReimbursementAccount/BeneficialOwnerInfo/substeps/BeneficialOwnerDetailsFormSubsteps/DateOfBirthUBO.tsx
+++ b/src/pages/ReimbursementAccount/BeneficialOwnerInfo/substeps/BeneficialOwnerDetailsFormSubsteps/DateOfBirthUBO.tsx
@@ -62,7 +62,7 @@ function DateOfBirthUBO({reimbursementAccountDraft, onNext, isEditing, beneficia
validate={validate}
onSubmit={handleSubmit}
style={[styles.mh5, styles.flexGrow2, styles.justifyContentBetween]}
- submitButtonStyles={[styles.pb5, styles.mb0]}
+ submitButtonStyles={[styles.mb0]}
>
{translate('beneficialOwnerInfoStep.enterTheDateOfBirthOfTheOwner')}
{translate('beneficialOwnerInfoStep.enterLegalFirstAndLastName')}
{translate('beneficialOwnerInfoStep.enterTheLast4')}
diff --git a/src/pages/ReimbursementAccount/BusinessInfo/substeps/AddressBusiness.tsx b/src/pages/ReimbursementAccount/BusinessInfo/substeps/AddressBusiness.tsx
index bd9524626a14..2526e15042b1 100644
--- a/src/pages/ReimbursementAccount/BusinessInfo/substeps/AddressBusiness.tsx
+++ b/src/pages/ReimbursementAccount/BusinessInfo/substeps/AddressBusiness.tsx
@@ -76,7 +76,7 @@ function AddressBusiness({reimbursementAccount, onNext, isEditing}: AddressBusin
submitButtonText={translate(isEditing ? 'common.confirm' : 'common.next')}
validate={validate}
onSubmit={handleSubmit}
- submitButtonStyles={[styles.mb0, styles.pb5]}
+ submitButtonStyles={[styles.mb0]}
style={[styles.mh5, styles.flexGrow1]}
>
{translate('businessInfoStep.enterYourCompanysAddress')}
diff --git a/src/pages/ReimbursementAccount/BusinessInfo/substeps/IncorporationDateBusiness.tsx b/src/pages/ReimbursementAccount/BusinessInfo/substeps/IncorporationDateBusiness.tsx
index 274e087cc415..168cb02fd925 100644
--- a/src/pages/ReimbursementAccount/BusinessInfo/substeps/IncorporationDateBusiness.tsx
+++ b/src/pages/ReimbursementAccount/BusinessInfo/substeps/IncorporationDateBusiness.tsx
@@ -63,7 +63,7 @@ function IncorporationDateBusiness({reimbursementAccount, reimbursementAccountDr
validate={validate}
onSubmit={handleSubmit}
style={[styles.mh5, styles.flexGrow1]}
- submitButtonStyles={[styles.pb5, styles.mb0]}
+ submitButtonStyles={[styles.mb0]}
>
{translate('businessInfoStep.selectYourCompanysIncorporationDate')}
{translate('businessInfoStep.pleaseSelectTheStateYourCompanyWasIncorporatedIn')}
{translate('businessInfoStep.enterTheNameOfYourBusiness')}
{translate('businessInfoStep.enterYourCompanysPhoneNumber')}
{translate('businessInfoStep.enterYourCompanysTaxIdNumber')}
{translate('businessInfoStep.selectYourCompanysType')}
{translate('businessInfoStep.enterYourCompanysWebsite')}
{translate('common.websiteExample')}
diff --git a/src/pages/ReimbursementAccount/PersonalInfo/substeps/Address.tsx b/src/pages/ReimbursementAccount/PersonalInfo/substeps/Address.tsx
index e802b9f5d765..b37dd207ea37 100644
--- a/src/pages/ReimbursementAccount/PersonalInfo/substeps/Address.tsx
+++ b/src/pages/ReimbursementAccount/PersonalInfo/substeps/Address.tsx
@@ -74,7 +74,7 @@ function Address({reimbursementAccount, onNext, isEditing}: AddressProps) {
submitButtonText={translate(isEditing ? 'common.confirm' : 'common.next')}
validate={validate}
onSubmit={handleSubmit}
- submitButtonStyles={[styles.mb0, styles.pb5]}
+ submitButtonStyles={[styles.mb0]}
style={[styles.mh5, styles.flexGrow1]}
>
diff --git a/src/pages/ReimbursementAccount/PersonalInfo/substeps/DateOfBirth.tsx b/src/pages/ReimbursementAccount/PersonalInfo/substeps/DateOfBirth.tsx
index 6fe391bbe957..8c68380d6e55 100644
--- a/src/pages/ReimbursementAccount/PersonalInfo/substeps/DateOfBirth.tsx
+++ b/src/pages/ReimbursementAccount/PersonalInfo/substeps/DateOfBirth.tsx
@@ -71,7 +71,7 @@ function DateOfBirth({reimbursementAccount, reimbursementAccountDraft, onNext, i
validate={validate}
onSubmit={handleSubmit}
style={[styles.mh5, styles.flexGrow2, styles.justifyContentBetween]}
- submitButtonStyles={[styles.pb5, styles.mb0]}
+ submitButtonStyles={[styles.mb0]}
>
{translate('personalInfoStep.enterYourDateOfBirth')}
{translate('personalInfoStep.enterYourLegalFirstAndLast')}
diff --git a/src/pages/ReimbursementAccount/PersonalInfo/substeps/SocialSecurityNumber.tsx b/src/pages/ReimbursementAccount/PersonalInfo/substeps/SocialSecurityNumber.tsx
index 390880fa65f2..2f08980f2bd0 100644
--- a/src/pages/ReimbursementAccount/PersonalInfo/substeps/SocialSecurityNumber.tsx
+++ b/src/pages/ReimbursementAccount/PersonalInfo/substeps/SocialSecurityNumber.tsx
@@ -60,7 +60,7 @@ function SocialSecurityNumber({reimbursementAccount, onNext, isEditing}: SocialS
validate={validate}
onSubmit={handleSubmit}
style={[styles.mh5, styles.flexGrow1]}
- submitButtonStyles={[styles.pb5, styles.mb0]}
+ submitButtonStyles={[styles.mb0]}
>
{translate('personalInfoStep.enterTheLast4')}