|
10 | 10 | $system: m2-utils.get-system($theme);
|
11 | 11 |
|
12 | 12 | @return (
|
13 |
| - checkbox-disabled-selected-checkmark-color: #fff, |
| 13 | + checkbox-disabled-selected-checkmark-color: map.get($system, surface), |
14 | 14 | checkbox-selected-focus-state-layer-opacity: map.get($system, focus-state-layer-opacity),
|
15 | 15 | checkbox-selected-hover-state-layer-opacity: map.get($system, hover-state-layer-opacity),
|
16 | 16 | checkbox-selected-pressed-state-layer-opacity: map.get($system, pressed-state-layer-opacity),
|
|
25 | 25 | $system: m2-utils.get-system($theme);
|
26 | 26 | $system: m3-utils.replace-colors-with-variant($system, secondary, $color-variant);
|
27 | 27 | $is-dark: inspection.get-theme-type($theme) == dark;
|
28 |
| - $foreground-base: inspection.get-theme-color($theme, foreground, base); |
29 | 28 | $disabled: m3-utils.color-with-opacity(map.get($system, on-surface), 38%);
|
30 | 29 |
|
31 | 30 | $tokens: (
|
|
46 | 45 | checkbox-selected-pressed-state-layer-color: map.get($system, secondary),
|
47 | 46 | checkbox-unselected-focus-state-layer-color: map.get($system, on-surface),
|
48 | 47 | checkbox-unselected-hover-state-layer-color: map.get($system, on-surface),
|
49 |
| - checkbox-unselected-pressed-state-layer-color: $foreground-base, |
| 48 | + checkbox-unselected-pressed-state-layer-color: map.get($system, on-surface), |
50 | 49 | );
|
51 | 50 |
|
52 | 51 | @each $token in $exclude {
|
|
0 commit comments