Skip to content

Commit cffc93b

Browse files
authored
fix(material/chips): fix chip density styles (#26951)
* fix(material/chips): fix chip density styles * fixup! fix(material/chips): fix chip density styles * fixup! fix(material/chips): fix chip density styles
1 parent 22e928c commit cffc93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/chips/_chips-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
@mixin density($config-or-theme) {
9595
$density-scale: theming.get-density-config($config-or-theme);
9696
$density-scale: theming.clamp-density($density-scale, -2);
97-
.mat-mdc-chip {
97+
.mat-mdc-chip.mat-mdc-standard-chip {
9898
@include mdc-chip-theme.density($density-scale, $query: mdc-helpers.$mdc-base-styles-query);
9999
}
100100
}

0 commit comments

Comments
 (0)