-
Notifications
You must be signed in to change notification settings - Fork 828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Goal icons #873
Add Goal icons #873
Conversation
🦋 Changeset detectedLatest commit: 84ce5fc The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Love it! 😍 Have you tried using a 0.25px corner radius on the end of the arrow for consistency with other icons? Here's the section about that in the design guidelines: https://primer.style/octicons/guidelines/design#corners |
@colebemis that's a great call! I had originally tried this but got a result that was much too round so I went with a 0 px radius. I just realized tho that it was because I was applying the rounding to the icon before flattening it. I just commited some new icons that should fix this inconsistency. |
@colebemis is this good to go? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ship it 🎯
Closes https://github.com/github/primer/issues/1445