Skip to content

Commit 8ea01bd

Browse files
fix(swatch): revert s1/express disabled icon color
1 parent ef4bed3 commit 8ea01bd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/fast-hats-worry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
.spectrum-Swatch {
2020
--spectrum-swatch-border-color: rgba(var(--spectrum-gray-900-rgb), var(--spectrum-swatch-border-color-opacity));
2121
--spectrum-swatch-inner-border-color-selected: var(--spectrum-gray-50);
22-
--spectrum-swatch-disabled-icon-color: var(--spectrum-gray-50);
22+
--spectrum-swatch-disabled-icon-color: var(--spectrum-white);
2323
--spectrum-swatch-border-radius: var(--spectrum-corner-radius-100);
2424
}
2525
}

0 commit comments

Comments
 (0)