Skip to content

Commit ae3b0bf

Browse files
authored
fix(material/tree): use correct typography (#31349)
1 parent e57aef2 commit ae3b0bf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/material/tree/_tree-theme.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828
@if inspection.get-theme-version($theme) == 1 {
2929
@include token-utils.create-token-values(map.get(m3-tree.get-tokens($theme), typography));
3030
} @else {
31-
// TODO(mmalerba): Stop calling this and resolve resulting screen diffs.
32-
$theme: inspection.private-get-typography-back-compat-theme($theme);
33-
3431
@include sass-utils.current-selector-or-root() {
3532
@include token-utils.create-token-values-mixed(m2-tree.get-typography-tokens($theme));
3633
}

0 commit comments

Comments
 (0)