Skip to content

Commit

Permalink
drop down button uses success desing on confirmation list
Browse files Browse the repository at this point in the history
  • Loading branch information
burczu committed Mar 5, 2024
1 parent a8ece90 commit b4a4b8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MoneyRequestConfirmationList.js
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ function MoneyRequestConfirmationList(props) {
/>
) : (
<ButtonWithDropdownMenu
success
pressOnEnter
isDisabled={shouldDisableButton}
onPress={(_event, value) => confirm(value)}
Expand Down

0 comments on commit b4a4b8c

Please sign in to comment.