Skip to content

Commit

Permalink
fix(colorwheel): whc disabled background
Browse files Browse the repository at this point in the history
  • Loading branch information
cdransf committed Feb 5, 2025
1 parent 9b659d4 commit 1f3d572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/colorwheel/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
@media (forced-colors: active) {
.spectrum-ColorWheel {
--highcontrast-colorwheel-border-color-disabled: GrayText;
--highcontrast-colorwheel-fill-color-disabled: CanvasText;
--highcontrast-colorwheel-fill-color-disabled: Canvas;

forced-color-adjust: none;
}
Expand Down

0 comments on commit 1f3d572

Please sign in to comment.