Skip to content

Commit ee1e181

Browse files
devversionandrewseguin
authored andcommitted
feat(material-experimental/mdc-chips): support for density scaling
1 parent feafb2b commit ee1e181

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
@@ -61,7 +61,11 @@
6161
}
6262
}
6363

64-
@mixin mat-mdc-chips-density($density-scale) {}
64+
@mixin mat-mdc-chips-density($density-scale) {
65+
.mat-mdc-chip {
66+
@include mdc-chip-density($density-scale);
67+
}
68+
}
6569

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

0 commit comments

Comments
 (0)