Skip to content

Commit

Permalink
fix(eek): updated color (#2251)
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga authored Jan 17, 2024
1 parent abc9380 commit 2ca1517
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/eek/eek.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
fill: #00a650;
}
.eek--rating-2 .eek__container {
background: #adbd38;
background: #4dbd38;
}
.eek--rating-2 svg.icon--eek-arrow {
fill: #adbd38;
fill: #4dbd38;
}
.eek--rating-3 .eek__container {
background: #b3db18;
Expand Down
2 changes: 1 addition & 1 deletion src/less/eek/eek.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@eek-arrow-size: unit(sqrt(392), px);
// These are custom colors not part of ebay palette
@eek-rating-color-1: #00a650;
@eek-rating-color-2: #adbd38;
@eek-rating-color-2: #4dbd38;
@eek-rating-color-3: #b3db18;
@eek-rating-color-4: #fff200;
@eek-rating-color-5: #fab20b;
Expand Down

0 comments on commit 2ca1517

Please sign in to comment.