Skip to content

Commit d2bf072

Browse files
committed
chore(swatch+swatchgroup): update border color with note to update w/tokens when available
1 parent de188d5 commit d2bf072

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/swatch/index.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
--spectrum-add-button-background-hover: var(--spectrum-gray-200);
3737
--spectrum-add-button-background-down: var(--spectrum-gray-200);
3838
--spectrum-add-button-background-keyboard-focus: var(--spectrum-gray-200);
39-
--spectrum-swatch-border-color-light: rgb(var(--spectrum-swatch-group-border-color) / 42%);
39+
40+
/* TODO update to use tokens once available */
41+
--spectrum-swatch-border-color-light: rgb(var(--spectrum-gray-1000-rgb), 0.2);
4042

4143
/* Focus ring */
4244
--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

Comments
 (0)