Skip to content

Commit

Permalink
Add margin to show more button in money request
Browse files Browse the repository at this point in the history
  • Loading branch information
esh-g committed Jan 8, 2024
1 parent b9c2514 commit 61c7e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MoneyRequestConfirmationList.js
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ function MoneyRequestConfirmationList(props) {
/>
{!shouldShowAllFields && (
<ShowMoreButton
containerStyle={styles.mt1}
containerStyle={[styles.mt1, styles.mb2]}
onPress={toggleShouldExpandFields}
/>
)}
Expand Down

0 comments on commit 61c7e0b

Please sign in to comment.