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 31a60b4 commit d008fb6Copy full SHA for d008fb6
src/material-experimental/mdc-tooltip/_tooltip-theme.scss
@@ -9,7 +9,7 @@
9
}
10
11
@mixin mat-mdc-tooltip-typography($config-or-theme) {
12
- $config: mat-get-typography-config($config-or-theme);
+ $config: mat-private-typography-to-2018-config(mat-get-typography-config($config-or-theme));
13
@include mat-using-mdc-typography($config) {
14
@include tooltip.core-styles($query: $mat-typography-styles-query);
15
0 commit comments