Skip to content

Commit

Permalink
fix(material/chips): fix chip density styles (#26951)
Browse files Browse the repository at this point in the history
* fix(material/chips): fix chip density styles

* fixup! fix(material/chips): fix chip density styles

* fixup! fix(material/chips): fix chip density styles

(cherry picked from commit cffc93b)
  • Loading branch information
wagnermaciel committed Apr 25, 2023
1 parent f3d909a commit ae9407c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/chips/_chips-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
@mixin density($config-or-theme) {
$density-scale: theming.get-density-config($config-or-theme);
$density-scale: theming.clamp-density($density-scale, -2);
.mat-mdc-chip {
.mat-mdc-chip.mat-mdc-standard-chip {
@include mdc-chip-theme.density($density-scale, $query: mdc-helpers.$mdc-base-styles-query);
}
}
Expand Down

0 comments on commit ae9407c

Please sign in to comment.