material-ui-confirm icon indicating copy to clipboard operation
material-ui-confirm copied to clipboard

The button props for color not working properly.

Open kashua14 opened this issue 1 year ago • 4 comments

I wanted to change the color for the cancel and confirm buttons but it did not work as I had hoped. Could you guide me on how best I can fix this issue? because I think am doing it wrong.

cancellationButtonProps: { color: "warning" },
confirmationButtonProps: { color: "error" },

The primary & secondary color prop values work but the other color props for the MUI Button aren't working.

I know this does not sound like an issue but I had no other medium I could use to get your help.

kashua14 avatar Jan 17 '23 09:01 kashua14