Idk what you are looking to chance, i can just change the colors with the props
ah maybe these?
something like this should be specific enough
div:has(.ia_oneShotButtonComponent__confirmModal__message) [data-button-type="confirm"] { background-color:green}
div:has(.ia_oneShotButtonComponent__confirmModal__message) [data-button-type="cancel"] { background-color:red}


