Skip to content

Commit 58c1c95

Browse files
fix(slide-toggle): fix font sizing for slide toggle to match other input methods (#10688)
1 parent adcac36 commit 58c1c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/slide-toggle/_slide-toggle-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@
9090

9191
@mixin mat-slide-toggle-typography($config) {
9292
.mat-slide-toggle-content {
93-
@include mat-typography-level-to-styles($config, body-1);
93+
font-family: mat-font-family($config);
9494
}
9595
}

0 commit comments

Comments
 (0)