Skip to content

Commit e57aef2

Browse files
authored
fix(material/expansion): use correct typography (#31347)
1 parent 89d9cd0 commit e57aef2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/material/expansion/_expansion-theme.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
@if inspection.get-theme-version($theme) == 1 {
3232
@include token-utils.create-token-values(map.get(m3-expansion.get-tokens($theme), typography));
3333
} @else {
34-
// TODO(mmalerba): Stop calling this and resolve resulting screen diffs.
35-
$theme: inspection.private-get-typography-back-compat-theme($theme);
36-
3734
@include sass-utils.current-selector-or-root() {
3835
@include token-utils.create-token-values-mixed(m2-expansion.get-typography-tokens($theme));
3936
}

0 commit comments

Comments
 (0)