Hello Everyone,
is there any way can i change the color of the button in confirm dialog?
You can check the CSS classes used using your browser dev tools inspector:
In this case the buttons are using --rz-primary and --rz-secondary CSS variables for color.
Check also this article for more info about CSS variables: