Skip to content

Commit

Permalink
fix: complete tonal surface update
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 522245682
  • Loading branch information
asyncLiz authored and copybara-github committed Apr 6, 2023
1 parent d801a5f commit 7368e2a
Show file tree
Hide file tree
Showing 97 changed files with 2 additions and 11,620 deletions.
3 changes: 1 addition & 2 deletions testing/table/lib/_test-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
// go/keep-sorted start
@use '../../../sass/theme';
@use '../../../tokens';
@use '../../../tokens/v0_172' as tokens-next; // TODO(b/272526637): remove
// go/keep-sorted end

$light-theme: tokens.md-comp-test-table-values();
Expand Down Expand Up @@ -92,7 +91,7 @@ $dark-theme: tokens.md-comp-test-table-values(
}

.md3-test-table--dark {
$dark: tokens-next.md-sys-color-values-dark();
$dark: tokens.md-sys-color-values-dark();

--_cell-color: #{map.get($dark, 'surface-container-lowest')};
--_cell-text-color: #{map.get($dark, 'on-surface-container')};
Expand Down
3 changes: 1 addition & 2 deletions tokens/_md-comp-test-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
@use 'sass:map';
// go/keep-sorted end
// go/keep-sorted start
@use './md-sys-color';
@use './md-sys-typescale';
// TODO(b/272526637): remove version when md-sys-color is updated to v0.172
@use './v0_172/md-sys-color';
// go/keep-sorted end

$_default: (
Expand Down
107 changes: 0 additions & 107 deletions tokens/v0_161/_index.scss

This file was deleted.

109 changes: 0 additions & 109 deletions tokens/v0_161/_md-comp-assist-chip.scss

This file was deleted.

58 changes: 0 additions & 58 deletions tokens/v0_161/_md-comp-badge.scss

This file was deleted.

75 changes: 0 additions & 75 deletions tokens/v0_161/_md-comp-banner.scss

This file was deleted.

Loading

0 comments on commit 7368e2a

Please sign in to comment.