how to give Alert Controller css in ionic 4?
--background
is a css variable of the component ion-alert
, therefore do the following in the variables.scss
ion-alert
{
--background: red !important;
}
For reference:
https://ionicframework.com/docs/theming/css-variables#ionic-variables