|
1 |
| -// |
2 |
| -// Design system display name: Material 3 |
3 |
| -// Design system version: v0.161 |
4 |
| -// |
5 |
| - |
6 | 1 | @use 'sass:map';
|
7 | 2 |
|
8 | 3 | // Indicates whether alternative tokens should be used
|
@@ -63,9 +58,7 @@ $_alternate-tokens: false;
|
63 | 58 |
|
64 | 59 | @if ($_alternate-tokens) {
|
65 | 60 | $values: map.merge($values, (
|
66 |
| - background: map.get($palettes, neutral, 10), |
67 | 61 | on-surface-variant: map.get($palettes, neutral-variant, 80),
|
68 |
| - surface: map.get($palettes, neutral, 10), |
69 | 62 | surface-bright: #37393b,
|
70 | 63 | surface-container: #1e1f20,
|
71 | 64 | surface-container-high: #282a2c,
|
@@ -136,17 +129,12 @@ $_alternate-tokens: false;
|
136 | 129 | @if ($_alternate-tokens) {
|
137 | 130 | $values: map.merge($values, (
|
138 | 131 | background: map.get($palettes, neutral, 100),
|
139 |
| - on-error-container: map.get($palettes, error, 10), |
140 |
| - on-primary-container: map.get($palettes, primary, 10), |
141 |
| - on-secondary-container: map.get($palettes, secondary, 10), |
142 |
| - on-tertiary-container: map.get($palettes, tertiary, 10), |
143 | 132 | surface: map.get($palettes, neutral, 100),
|
144 | 133 | surface-bright: map.get($palettes, neutral, 100),
|
145 | 134 | surface-container: #f0f4f9,
|
146 | 135 | surface-container-high: #e9eef6,
|
147 | 136 | surface-container-highest: #dde3ea,
|
148 | 137 | surface-container-low: #f8fafd,
|
149 |
| - surface-container-lowest: map.get($palettes, primary, 100), |
150 | 138 | surface-dim: #d3dbe5,
|
151 | 139 | surface-tint: #6991d6,
|
152 | 140 | ));
|
|
0 commit comments