From 7aa0f01d5621a9bd09213ccd4ed90544fb6941a2 Mon Sep 17 00:00:00 2001 From: Andrew Seguin Date: Thu, 12 Jun 2025 16:03:28 -0600 Subject: [PATCH] fix(material/expansion): use correct typography --- src/material/expansion/_expansion-theme.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/material/expansion/_expansion-theme.scss b/src/material/expansion/_expansion-theme.scss index 1ae0407c23b3..c03a7e5db8c6 100644 --- a/src/material/expansion/_expansion-theme.scss +++ b/src/material/expansion/_expansion-theme.scss @@ -31,9 +31,6 @@ @if inspection.get-theme-version($theme) == 1 { @include token-utils.create-token-values(map.get(m3-expansion.get-tokens($theme), typography)); } @else { - // TODO(mmalerba): Stop calling this and resolve resulting screen diffs. - $theme: inspection.private-get-typography-back-compat-theme($theme); - @include sass-utils.current-selector-or-root() { @include token-utils.create-token-values-mixed(m2-expansion.get-typography-tokens($theme)); }