fix mix selection confirm color

This commit is contained in:
Abhinav 2023-02-03 12:20:01 +05:30
parent 009bdde234
commit 0cddc2511b

View file

@ -117,7 +117,7 @@ const SelectedFileOptions = ({
proceed: {
action: removeFromCollectionHelper,
text: constants.YES_REMOVE,
variant: 'primary',
variant: 'danger',
},
close: { text: constants.CANCEL },
});