Skip to content

Drawers theming overrides #410

@AlonsoK28

Description

@AlonsoK28

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions