Skip to content

Commit 78a292b

Browse files
authored
fix(material-experimental/theming): Fix token causing test failure on CI (#28569)
1 parent 9a16aa1 commit 78a292b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-experimental/theming/_custom-tokens.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
calendar-period-button-text-color: map.get($systems, md-sys-color, on-surface-variant),
345345
calendar-period-button-icon-color: map.get($systems, md-sys-color, on-surface-variant),
346346
calendar-navigation-button-icon-color: map.get($systems, md-sys-color, on-surface-variant),
347-
calendar-header-divider-color: transparent,
347+
calendar-header-divider-color: _hardcode(transparent, $exclude-hardcoded),
348348
calendar-header-text-color: map.get($systems, md-sys-color, on-surface-variant),
349349
calendar-date-today-outline-color: map.get($systems, md-sys-color, primary),
350350
calendar-date-today-disabled-state-outline-color: mat.private-safe-color-change(

0 commit comments

Comments
 (0)