-
-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Labels
area: drawerIssues about drawerIssues about drawerhelp wantedExtra attention is neededExtra attention is needed
Description
Its possible to use overrides to modify drawer background color?
example:
@use '@angular/material' as mat;
// Customize the entire app. Change :root to your selector if you want to scope the styles.
:root {
@include mat.dialog-overrides((
container-color: orange,
subhead-color: red,
));
}Metadata
Metadata
Assignees
Labels
area: drawerIssues about drawerIssues about drawerhelp wantedExtra attention is neededExtra attention is needed