diff --git a/components/colorwheel/index.css b/components/colorwheel/index.css index d7fc21514c..fa5b84fe82 100644 --- a/components/colorwheel/index.css +++ b/components/colorwheel/index.css @@ -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; } }