Skip to content

Commit f26ff4e

Browse files
authored
fix(material/toolbar): use correct typography (#31348)
1 parent ae3b0bf commit f26ff4e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/material/toolbar/_toolbar-theme.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@
4747
@if inspection.get-theme-version($theme) == 1 {
4848
@include token-utils.create-token-values(map.get(m3-toolbar.get-tokens($theme), typography));
4949
} @else {
50-
// TODO(mmalerba): Stop calling this and resolve resulting screen diffs.
51-
$theme: inspection.private-get-typography-back-compat-theme($theme);
52-
5350
@include sass-utils.current-selector-or-root() {
5451
@include token-utils.create-token-values-mixed(m2-toolbar.get-typography-tokens($theme));
5552
}

0 commit comments

Comments
 (0)