Skip to content

Commit

Permalink
fix(tokens): surface container highest hue ref
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkovtyk committed Nov 21, 2024
1 parent 9a7cddf commit 7e639e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/core/tokens/m3/definitions/_md-sys-color.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ $_default-dark: (
'surface-bright': map.get($deps, 'md-ref-palette', 'neutral24'),
'surface-container': map.get($deps, 'md-ref-palette', 'neutral12'),
'surface-container-high': map.get($deps, 'md-ref-palette', 'neutral17'),
'surface-container-highest': map.get($deps, 'md-ref-palette', 'neutral24'),
'surface-container-highest': map.get($deps, 'md-ref-palette', 'neutral22'),
'surface-container-low': map.get($deps, 'md-ref-palette', 'neutral10'),
'surface-container-lowest': map.get($deps, 'md-ref-palette', 'neutral4'),
'surface-dim': map.get($deps, 'md-ref-palette', 'neutral6'),
Expand Down

0 comments on commit 7e639e3

Please sign in to comment.