Skip to content

Commit

Permalink
fix(colorwheel): correct WHC disabled background color value
Browse files Browse the repository at this point in the history
  • Loading branch information
cdransf committed Jan 30, 2025
1 parent 12bc18f commit c848343
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions components/colorwheel/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,7 @@

/* Windows High Contrast Mode */
@media (forced-colors: active) {
.spectrum-ColorWheel {
--highcontrast-colorwheel-fill-color-disabled: Canvas;

forced-color-adjust: none;
.spectrum-ColorWheel.is-disabled {
--highcontrast-colorwheel-fill-color-disabled: CanvasText;
}
}

0 comments on commit c848343

Please sign in to comment.