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

Commit 2e43568

Browse files
authored
fix(progress-stepper): updated upcoming color to meet contrast (#2513)
1 parent b817c49 commit 2e43568

File tree

8 files changed

+12
-7
lines changed

8 files changed

+12
-7
lines changed

.changeset/twenty-berries-eat.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+
fix(progress-stepper): update incomplete step color to meet contrast

dist/svg/icon/icon-stepper-upcoming-24.svg

Lines changed: 1 addition & 1 deletion
Loading

dist/svg/icons.svg

Lines changed: 1 addition & 1 deletion
Loading

src/components/master-icons.marko

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8749,7 +8749,7 @@
87498749
fill-rule="evenodd"
87508750
clip-rule="evenodd"
87518751
d="M12 2.5C6.47759 2.5 2 6.97649 2 12.5C2 18.0223 6.47775 22.5 12 22.5C17.5223 22.5 22 18.0223 22 12.5C22 6.97649 17.5224 2.5 12 2.5ZM0 12.5C0 5.87176 5.37318 0.5 12 0.5C18.6268 0.5 24 5.87176 24 12.5C24 19.1268 18.6268 24.5 12 24.5C5.37318 24.5 0 19.1268 0 12.5Z"
8752-
fill="var(--progress-stepper-upcoming-icon, var(--color-background-disabled))"
8752+
fill="var(--progress-stepper-upcoming-icon, var(--color-stroke-default))"
87538753
/>
87548754
</symbol>
87558755
<symbol viewBox="0 0 16 16" id="icon-store-16">

src/routes/static/icon/icon-stepper-upcoming-24.svg

Lines changed: 1 addition & 1 deletion
Loading

src/routes/static/icons.svg

Lines changed: 1 addition & 1 deletion
Loading

src/svg/icon/icon-stepper-upcoming-24.svg

Lines changed: 1 addition & 1 deletion
Loading

src/svg/icons.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)