We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de188d5 commit d2bf072Copy full SHA for d2bf072
components/swatch/index.css
@@ -36,7 +36,9 @@
36
--spectrum-add-button-background-hover: var(--spectrum-gray-200);
37
--spectrum-add-button-background-down: var(--spectrum-gray-200);
38
--spectrum-add-button-background-keyboard-focus: var(--spectrum-gray-200);
39
- --spectrum-swatch-border-color-light: rgb(var(--spectrum-swatch-group-border-color) / 42%);
+
40
+ /* TODO update to use tokens once available */
41
+ --spectrum-swatch-border-color-light: rgb(var(--spectrum-gray-1000-rgb), 0.2);
42
43
/* Focus ring */
44
--spectrum-swatch-focus-indicator-color: var(--highcontrast-swatch-focus-indicator-color, var(--mod-swatch-focus-indicator-color, var(--spectrum-focus-indicator-color)));
0 commit comments