Skip to content

Commit 9411a08

Browse files
authored
Merge pull request #37719 from burczu/bugfix/37711-split-button-gray
[CP Staging] #37711 drop down button uses success design on confirmation list
2 parents 95d804d + b4a4b8c commit 9411a08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/MoneyRequestConfirmationList.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,7 @@ function MoneyRequestConfirmationList(props) {
550550
/>
551551
) : (
552552
<ButtonWithDropdownMenu
553+
success
553554
pressOnEnter
554555
isDisabled={shouldDisableButton}
555556
onPress={(_event, value) => confirm(value)}

0 commit comments

Comments
 (0)