Skip to content

Commit

Permalink
fix(material-experimental/theming): Fix token causing test failure on…
Browse files Browse the repository at this point in the history
… CI (#28569)

(cherry picked from commit 78a292b)
  • Loading branch information
mmalerba committed Feb 9, 2024
1 parent fbf2ef3 commit 59b93b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material-experimental/theming/_custom-tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
calendar-period-button-text-color: map.get($systems, md-sys-color, on-surface-variant),
calendar-period-button-icon-color: map.get($systems, md-sys-color, on-surface-variant),
calendar-navigation-button-icon-color: map.get($systems, md-sys-color, on-surface-variant),
calendar-header-divider-color: transparent,
calendar-header-divider-color: _hardcode(transparent, $exclude-hardcoded),
calendar-header-text-color: map.get($systems, md-sys-color, on-surface-variant),
calendar-date-today-outline-color: map.get($systems, md-sys-color, primary),
calendar-date-today-disabled-state-outline-color: mat.private-safe-color-change(
Expand Down

0 comments on commit 59b93b4

Please sign in to comment.