We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4bed3 commit 8ea01bdCopy full SHA for 8ea01bd
.changeset/fast-hats-worry.md
@@ -0,0 +1,5 @@
1
+---
2
+"@spectrum-css/swatch": patch
3
4
+
5
+Revert S1/Express disabled icon color back to original spectrum-white.
components/swatch/themes/spectrum.css
@@ -19,7 +19,7 @@
19
.spectrum-Swatch {
20
--spectrum-swatch-border-color: rgba(var(--spectrum-gray-900-rgb), var(--spectrum-swatch-border-color-opacity));
21
--spectrum-swatch-inner-border-color-selected: var(--spectrum-gray-50);
22
- --spectrum-swatch-disabled-icon-color: var(--spectrum-gray-50);
+ --spectrum-swatch-disabled-icon-color: var(--spectrum-white);
23
--spectrum-swatch-border-radius: var(--spectrum-corner-radius-100);
24
}
25
0 commit comments