Skip to content

Commit

Permalink
Merge pull request #49237 from Expensify/cmartins-fixButtonSize
Browse files Browse the repository at this point in the history
[CP Staging] Fix `Continue setup` button size

(cherry picked from commit 553f00c)

(CP triggered by luacmartins)
  • Loading branch information
luacmartins authored and OSBotify committed Sep 16, 2024
1 parent c8f45f5 commit 31abb3e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ function ContinueBankAccountSetup({policyName = '', onBackButtonPress, reimburse
innerStyles={[styles.pr2, styles.pl4, styles.h13]}
success
isDisabled={!!pendingAction || !isEmptyObject(errors)}
large
/>
<MenuItem
title={translate('workspace.bankAccount.startOver')}
Expand Down

0 comments on commit 31abb3e

Please sign in to comment.