Skip to content

Commit 1cba2dc

Browse files
crisbetokara
authored andcommitted
fix(slider): set proper font family on label (#5772)
1 parent a921948 commit 1cba2dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/slider/_slider-theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
@mixin mat-slider-typography($config) {
133133
.mat-slider-thumb-label-text {
134134
font: {
135+
family: mat-font-family($config);
135136
size: mat-font-size($config, caption);
136137
weight: mat-font-weight($config, body-2);
137138
}

0 commit comments

Comments
 (0)