Skip to content

Commit d008fb6

Browse files
committed
fixup! refactor(material/theming): clean up theme file and use mdc typography everywhere
1 parent 31a60b4 commit d008fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-experimental/mdc-tooltip/_tooltip-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010

1111
@mixin mat-mdc-tooltip-typography($config-or-theme) {
12-
$config: mat-get-typography-config($config-or-theme);
12+
$config: mat-private-typography-to-2018-config(mat-get-typography-config($config-or-theme));
1313
@include mat-using-mdc-typography($config) {
1414
@include tooltip.core-styles($query: $mat-typography-styles-query);
1515
}

0 commit comments

Comments
 (0)