Skip to content

Commit

Permalink
feat(tokens): updated attention stroke token (#2559)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtBlue authored Feb 6, 2025
1 parent 36bec4d commit cf2b10e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/tricky-years-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ebay/skin": minor
---

feat(tokens): updated attention stroke token
2 changes: 1 addition & 1 deletion dist/tokens/evo-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
--color-stroke-default: var(--color-neutral-500);
--color-stroke-accent: var(--color-blue-500);
--color-stroke-on-accent: var(--color-neutral-100);
--color-stroke-attention: var(--color-red-500);
--color-stroke-attention: var(--color-red-600);
--color-stroke-on-attention: var(--color-neutral-100);
--color-stroke-confirmation: var(--color-kiwi-600);
--color-stroke-on-confirmation: var(--color-neutral-100);
Expand Down
2 changes: 1 addition & 1 deletion src/tokens/evo-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
--color-stroke-default: var(--color-neutral-500);
--color-stroke-accent: var(--color-blue-500);
--color-stroke-on-accent: var(--color-neutral-100);
--color-stroke-attention: var(--color-red-500);
--color-stroke-attention: var(--color-red-600);
--color-stroke-on-attention: var(--color-neutral-100);
--color-stroke-confirmation: var(--color-kiwi-600);
--color-stroke-on-confirmation: var(--color-neutral-100);
Expand Down

0 comments on commit cf2b10e

Please sign in to comment.