Skip to content

Commit

Permalink
Merge pull request #30913 from Krishna2323/krishna2323/issue/30174
Browse files Browse the repository at this point in the history
Fix: Inconsistency - No margin top on save button
  • Loading branch information
AndrewGable authored Nov 9, 2023
2 parents 12966ae + 685a4db commit b0c82d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MoneyRequestConfirmationList.js
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,6 @@ function MoneyRequestConfirmationList(props) {
onPress={(_event, value) => confirm(value)}
options={splitOrRequestOptions}
buttonSize={CONST.DROPDOWN_BUTTON_SIZE.LARGE}
style={[styles.mt2]}
/>
);

Expand Down

0 comments on commit b0c82d9

Please sign in to comment.