-
Notifications
You must be signed in to change notification settings - Fork 127
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
feat: optimised icons #2710
feat: optimised icons #2710
Conversation
🦋 Changeset detectedLatest commit: 1754b90 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 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2710 +/- ##
=======================================
Coverage 86.63% 86.63%
=======================================
Files 210 210
Lines 12000 12000
Branches 1507 1507
=======================================
Hits 10396 10396
Misses 1551 1551
Partials 53 53 |
4f55f30
to
d5795d7
Compare
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.
Great job cleaning up the exported icons! 👏🏻
d5795d7
to
1754b90
Compare
Addresses #DSYS-814.
Purpose
Today, when using 24px icons within our buttons they visually look bigger than the textual element within the button. In order to optimize spacing in this case, we are tweaking the iconography grid for a "tighter" one. This change intends to visually balance all elements. We are starting with the top 8 most used icons in our interface and then continue updating our library.
Approach and changes
Update top 8 most used icons with new optimised versions.
Definition of done