Skip to content

Commit

Permalink
fixup! fix(material/slide-toggle): wrap hardcoded custom tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnermaciel committed Feb 9, 2024
1 parent 703300d commit cb95c21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/material-experimental/theming/_custom-tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1196,8 +1196,8 @@
hidden-track-opacity: _hardcode(0, $exclude-hardcoded),
visible-track-transition: _hardcode(opacity 75ms, $exclude-hardcoded),
hidden-track-transition: _hardcode(opacity 75ms, $exclude-hardcoded),
track-outline: 2px solid map.get($systems, md-sys-color, outline),
disabled-unselected-track-outline: 2px solid map.get($systems, md-sys-color, on-surface),
track-outline: _hardcode(2px solid map.get($systems, md-sys-color, outline), $exclude-hardcoded),
disabled-unselected-track-outline: _hardcode(2px solid map.get($systems, md-sys-color, on-surface), $exclude-hardcoded),
), ();
}

Expand Down

0 comments on commit cb95c21

Please sign in to comment.