Css – How do I apply color to Angular mat-sidenav?
I'm starting to learn Angular and learned how to apply color to a toolbar component using the following code snippet: <mat-toolbar color="primary"> <span>My Application</span> </mat-toolbar> However, when trying to customize my sidenav component, I tried to use color="primary" and nothing…