Skip to content

Commit

Permalink
fix(progress-stepper): updated upcoming color to meet contrast (#2513)
Browse files Browse the repository at this point in the history
  • Loading branch information
saiponnada authored Dec 19, 2024
1 parent b817c49 commit 2e43568
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/twenty-berries-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ebay/skin": minor
---

fix(progress-stepper): update incomplete step color to meet contrast
2 changes: 1 addition & 1 deletion dist/svg/icon/icon-stepper-upcoming-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dist/svg/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/master-icons.marko
Original file line number Diff line number Diff line change
Expand Up @@ -8749,7 +8749,7 @@
fill-rule="evenodd"
clip-rule="evenodd"
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"
fill="var(--progress-stepper-upcoming-icon, var(--color-background-disabled))"
fill="var(--progress-stepper-upcoming-icon, var(--color-stroke-default))"
/>
</symbol>
<symbol viewBox="0 0 16 16" id="icon-store-16">
Expand Down
2 changes: 1 addition & 1 deletion src/routes/static/icon/icon-stepper-upcoming-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/routes/static/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/svg/icon/icon-stepper-upcoming-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/svg/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2e43568

Please sign in to comment.