Changing the toast background colour in Ionic 4

If I had to do that, then I would have done the changes in app.scss.

.toast-container{
    background:yellow;
}

.toast-md .toast-message{
    color: red;
}
2 Likes