Closed Android789515 closed 8 months ago
The issue was specificity. Overriding default styles can be a pain in CSS modules as you have to override the specificity of the default class.
The current fix, increase specificity:
.toaster.toaster {
background: red;
}
I'm trying to set up class name:
My CSS: