Skip to content

Commit

Permalink
refactor(material-experimental/theming): Fix typo and adjust some colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba committed Nov 9, 2023
1 parent 09a2cc1 commit 84458dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/material-experimental/theming/_custom-tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,16 @@
@return mat.private-merge-all(
_generate-typography-tokens($systems, label-text, title-small),
(
disabled-ripple-color: transparent, // TODO(mmalerba): Figure out correct value.
disabled-ripple-color: blue, // TODO(mmalerba): Figure out correct value.
pagination-icon-color: map.get($systems, md-sys-color, on-surface),
inactive-label-text-color: map.get($systems, md-sys-color, on-surface),
active-label-text-color: map.get($systems, md-sys-color, on-surface),
active-ripple-color: map.get($systems, md-sys-color, on-surface),
inactive-ripple-color: map.get($systems, md-sys-color, on-surface),
inactive-focus-label-text-color: map.get($systems, md-sys-color, on-surface),
inactive-hover-label-text-color: map.get($systems, md-sys-color, on-surface),
active-focus-label-text-color: map.get($systems, md-sys-color, primary),
active-hover-label-text-color: map.get($systems, md-sys-color, primary),
active-focus-label-text-color: map.get($systems, md-sys-color, on-surface),
active-hover-label-text-color: map.get($systems, md-sys-color, on-surface),
active-focus-indicator-color: map.get($systems, md-sys-color, primary),
active-hover-indicator-color: map.get($systems, md-sys-color, primary),
),
Expand Down
2 changes: 1 addition & 1 deletion src/material-experimental/theming/_m3-tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
),
_namespace-tokens(
(mat, tab-header),
custom-tokens.tree($systems, $exclude-hardcoded),
custom-tokens.tab-header($systems, $exclude-hardcoded),
$token-slots
),
_namespace-tokens(
Expand Down

0 comments on commit 84458dd

Please sign in to comment.