Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit cf2b10e

Browse files
authored
feat(tokens): updated attention stroke token (#2559)
1 parent 36bec4d commit cf2b10e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/tricky-years-wait.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ebay/skin": minor
3+
---
4+
5+
feat(tokens): updated attention stroke token

dist/tokens/evo-light.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
--color-stroke-default: var(--color-neutral-500);
3535
--color-stroke-accent: var(--color-blue-500);
3636
--color-stroke-on-accent: var(--color-neutral-100);
37-
--color-stroke-attention: var(--color-red-500);
37+
--color-stroke-attention: var(--color-red-600);
3838
--color-stroke-on-attention: var(--color-neutral-100);
3939
--color-stroke-confirmation: var(--color-kiwi-600);
4040
--color-stroke-on-confirmation: var(--color-neutral-100);

src/tokens/evo-light.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
--color-stroke-default: var(--color-neutral-500);
3535
--color-stroke-accent: var(--color-blue-500);
3636
--color-stroke-on-accent: var(--color-neutral-100);
37-
--color-stroke-attention: var(--color-red-500);
37+
--color-stroke-attention: var(--color-red-600);
3838
--color-stroke-on-attention: var(--color-neutral-100);
3939
--color-stroke-confirmation: var(--color-kiwi-600);
4040
--color-stroke-on-confirmation: var(--color-neutral-100);

0 commit comments

Comments
 (0)