Skip to content

Commit

Permalink
Merge pull request #34103 from esh-g/show-more-margin
Browse files Browse the repository at this point in the history
Add margin to show more button in money request
  • Loading branch information
techievivek authored Jan 15, 2024
2 parents a2864a0 + 61c7e0b commit 9e3492d
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 9e3492d

Please sign in to comment.