Skip to content

Commit 54bbd02

Browse files
committed
fixup! refactor(material/theming): normalize config in all typography mixins for mdc components
1 parent 38c9104 commit 54bbd02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-experimental/mdc-theming/prebuilt/indigo-pink.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $theme: (
1414
color: theming.define-light-theme($primary, $accent),
1515
// TODO(mmalerba): Update to `mat-mdc-typography-config()` once non-MDC components can handle
1616
// 2018 configs.
17-
typography: typography.config()
17+
typography: typography.define-typography-config()
1818
);
1919

2020
// Include non-theme styles for core.

0 commit comments

Comments
 (0)