I'm confused on how to go about styling the 2 'confirm' and 'cancel' buttons within Angular's primeng library when using the ConfirmDialog.
ref: https://www.primefaces.org/primeng/#/confirmdialog
I'd like to make the 'confirm' button remain green, and change style the 'cancel' button red. Changing the styling within the css for:
.ui-widget-header .ui-button, .ui-widget-content .ui-button, .ui-button
changes colors on both buttons. Is there a way around this?