Skip to content

Commit

Permalink
Merge pull request #37719 from burczu/bugfix/37711-split-button-gray
Browse files Browse the repository at this point in the history
[CP Staging] #37711 drop down button uses success design on confirmation list

(cherry picked from commit 9411a08)
  • Loading branch information
MonilBhavsar authored and OSBotify committed Mar 5, 2024
1 parent 6fececb commit 9e7e82b
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 9e7e82b

Please sign in to comment.