Skip to content

Commit 407622c

Browse files
simonkovtykmmalerba
authored andcommitted
fix(m3-tokens): wrong hue reference
1 parent 7e3e189 commit 407622c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/material/core/tokens/m3/definitions/_md-sys-color.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,18 +82,18 @@ $_default-light: (
8282
'on-error': map.get($deps, 'md-ref-palette', 'error100'),
8383
'on-error-container': map.get($deps, 'md-ref-palette', 'error30'),
8484
'on-primary': map.get($deps, 'md-ref-palette', 'primary100'),
85-
'on-primary-container': map.get($deps, 'md-ref-palette', 'primary10'),
85+
'on-primary-container': map.get($deps, 'md-ref-palette', 'primary30'),
8686
'on-primary-fixed': map.get($deps, 'md-ref-palette', 'primary10'),
8787
'on-primary-fixed-variant': map.get($deps, 'md-ref-palette', 'primary30'),
8888
'on-secondary': map.get($deps, 'md-ref-palette', 'secondary100'),
89-
'on-secondary-container': map.get($deps, 'md-ref-palette', 'secondary10'),
89+
'on-secondary-container': map.get($deps, 'md-ref-palette', 'secondary30'),
9090
'on-secondary-fixed': map.get($deps, 'md-ref-palette', 'secondary10'),
9191
'on-secondary-fixed-variant':
9292
map.get($deps, 'md-ref-palette', 'secondary30'),
9393
'on-surface': map.get($deps, 'md-ref-palette', 'neutral10'),
9494
'on-surface-variant': map.get($deps, 'md-ref-palette', 'neutral-variant30'),
9595
'on-tertiary': map.get($deps, 'md-ref-palette', 'tertiary100'),
96-
'on-tertiary-container': map.get($deps, 'md-ref-palette', 'tertiary10'),
96+
'on-tertiary-container': map.get($deps, 'md-ref-palette', 'tertiary30'),
9797
'on-tertiary-fixed': map.get($deps, 'md-ref-palette', 'tertiary10'),
9898
'on-tertiary-fixed-variant': map.get($deps, 'md-ref-palette', 'tertiary30'),
9999
'outline': map.get($deps, 'md-ref-palette', 'neutral-variant50'),

0 commit comments

Comments
 (0)