Skip to content

Commit 53ac0c8

Browse files
committed
chore: added changeset
1 parent 0b41f83 commit 53ac0c8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.changeset/spicy-days-fetch.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
"@adobe/spectrum-tokens": minor
3+
---
4+
5+
Updated popover border colors:
6+
7+
popover-border-color: transparent-white-25 (light theme)
8+
popover-border-color: gray-400 (dark theme)
9+
10+
## Design Motivation
11+
12+
We've received feedback from Adobe Concept (Kelly Hurlburt) that `1px` `gray-200` border in dark theme doesn't provide sufficient visual contrast when used on `background-color-layer-2`.
13+
14+
## Token Diff
15+
16+
Updated (1)
17+
18+
`popover-border-color`:
19+
20+
- `schema`: `alias.json` -> `color-set.json`
21+
- `value`: `gray-200` ->
22+
- `light.value`: `transparent-white-25`
23+
- `dark.value`: `gray-400`

0 commit comments

Comments
 (0)