Skip to content

Commit e7e9821

Browse files
committed
feat(material-experimental/mdc-chips): support for density scaling
1 parent 1f3568b commit e7e9821

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/material-experimental/mdc-chips/_chips-theme.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@
4343
}
4444
}
4545

46-
@mixin mat-chips-density-mdc($density-scale) {}
46+
@mixin mat-chips-density-mdc($density-scale) {
47+
.mat-mdc-chip {
48+
@include mdc-chip-density($density-scale);
49+
}
50+
}
4751

4852
@mixin mat-chips-theme-mdc($theme) {
4953
$color: mat-get-color-config($theme);

0 commit comments

Comments
 (0)