Android:
modifying the background of the button in CSS will be applied to the buttons inside dialogs.
Button {
background-color: cyan;
}
Buttons inside the dialog in IOS are placed in a private view - _UIAlertControllerActionView -> not recommended to change their look and feel.
Android:
modifying the background of the button in CSS will be applied to the buttons inside dialogs.
Buttons inside the dialog in IOS are placed in a private view - _UIAlertControllerActionView -> not recommended to change their look and feel.