Commit dc5819c
committed
fix(themes): use --sf-color-action-source-dark in dark selection-bg
The [data-theme="dark"] override for --sf-color-selection-bg was still
referencing --sf-color-action-source-light. This override takes precedence
over the light-dark() fix in tokens.css, so dark-mode selection highlights
were drawing from the light source (oklch 0.5 0.22 235) instead of the
darker auto-derived source (oklch 0.7 0.198 235). Update to -source-dark
for semantic correctness and to match the P8 baseline.1 parent 9aeeeff commit dc5819c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| |||
0 commit comments