Skip to content

Commit

Permalink
fix(material/dialog): Emit tokens under mixin root selector (#27830)
Browse files Browse the repository at this point in the history
  • Loading branch information
amysorto authored Oct 11, 2023
1 parent 146bc23 commit 6f0a465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/material/dialog/_dialog-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
}

@mixin color($theme) {
.mat-mdc-dialog-container {
@include sass-utils.current-selector-or-root() {
@include mdc-dialog-theme.theme(tokens-mdc-dialog.get-color-tokens($theme));
}
}

@mixin typography($theme) {
.mat-mdc-dialog-container {
@include sass-utils.current-selector-or-root() {
@include mdc-dialog-theme.theme(tokens-mdc-dialog.get-typography-tokens($theme));
}
}
Expand Down

0 comments on commit 6f0a465

Please sign in to comment.