Skip to content

Commit

Permalink
Merge pull request Expensify#37719 from burczu/bugfix/37711-split-but…
Browse files Browse the repository at this point in the history
…ton-gray

[CP Staging] Expensify#37711 drop down button uses success design on confirmation list
  • Loading branch information
MonilBhavsar authored Mar 5, 2024
2 parents 95d804d + b4a4b8c commit 9411a08
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 9411a08

Please sign in to comment.