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 cb95c21 commit 8014f44
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 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,10 @@
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: _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),
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 8014f44

Please sign in to comment.