I am trying to add a panelClass config to the Angular Material Snackbar.
I wrote the following code, by following documentations from the official websites.
In my case all above doesn't work. It starts working when I add !important in css:
!important
css
.error-snackbar { background-color: fuchsia !important; }