Skip to content

Commit

Permalink
fix(star): use standard line width for stroke (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: David Vader <48764154+davidvader@users.noreply.github.com>
Co-authored-by: Kelly Merrick <kelly.merrick@target.com>
  • Loading branch information
3 people authored Feb 4, 2020
1 parent c778cae commit f0c06ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scss/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1147,6 +1147,7 @@ nav {
.icon.favorite-star {
fill: none;
stroke: var(--color-yellow);
stroke-width: var(--line-width);
}

.icon.favorite-star.favorited {
Expand Down

0 comments on commit f0c06ae

Please sign in to comment.