Skip to content

Commit

Permalink
fix(slide-toggle): fix font sizing for slide toggle to match other in…
Browse files Browse the repository at this point in the history
…put methods (#10688)
  • Loading branch information
josephperrott authored Aug 7, 2018
1 parent adcac36 commit 58c1c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/slide-toggle/_slide-toggle-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@

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

0 comments on commit 58c1c95

Please sign in to comment.