Solved
Apply Custom CSS on confirmation function
Hi,
I need to add background color to the buttons on the confirmation box.

Hi,
I need to add background color to the buttons on the confirmation box.

Hi
Please try below custom CSS code to see if it works.
ptcs-confirmation-dialog::part(primary-button) {
background-color: red;
}
ptcs-confirmation-dialog::part(cancel-button) {
background-color: grey;
}
You can also add :hover, :focus at the end of the selector to change the background color of the buttons at different states
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.