We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d5790 commit 2441996Copy full SHA for 2441996
src/material/tabs/_tabs-theme.scss
@@ -1,5 +1,6 @@
1
@import '../core/theming/palette';
2
@import '../core/theming/theming';
3
+@import '../core/typography/typography';
4
@import '../core/typography/typography-utils';
5
6
@mixin mat-tabs-color($config-or-theme) {
@@ -127,6 +128,7 @@
127
128
}
129
130
@mixin mat-tabs-typography($config-or-theme) {
131
+ $config: mat-private-typography-normalized-config(mat-get-typography-config($config-or-theme));
132
$config: mat-get-typography-config($config-or-theme);
133
.mat-tab-group {
134
font-family: mat-font-family($config);
0 commit comments