Skip to content

Commit

Permalink
fix(testing): remove header-cell-text-tracking
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 511244427
  • Loading branch information
dfreedm authored and copybara-github committed Feb 21, 2023
1 parent 90960ed commit 43ce8c1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions testing/table/lib/_test-table-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ $_default-deps: (
header-cell-padding: if($exclude-hardcoded-values, null, 8px),
header-cell-text-color: map.get($deps, md-sys-color, on-surface-variant),
header-cell-text-type: map.get($deps, 'md-sys-typescale', 'title-medium'),
// TODO(b/269348572): remove token after converting all components
header-cell-text-tracking:
map.get($deps, 'md-sys-typescale', 'title-medium-tracking'),
outline-color: map.get($deps, md-sys-color, outline)
);
}
Expand Down Expand Up @@ -141,8 +138,6 @@ $dark-theme: values(
@mixin _header-cell-text-typography($font) {
.md3-test-table__header {
font: map.get($font, 'type');
// TODO(b/269348572): remove token after converting all components
letter-spacing: map.get($font, 'tracking');
}
}

Expand Down

0 comments on commit 43ce8c1

Please sign in to comment.