-
Notifications
You must be signed in to change notification settings - Fork 11
feat: add filled check circle icon and larger icon size #920
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
Conversation
This comment has been minimized.
This comment has been minimized.
@@ -4,6 +4,7 @@ export const enum IconSize { | |||
Medium = 'medium', | |||
Large = 'large', | |||
ExtraLarge = 'extra-large', | |||
ExtraLarger = 'extra-larger', |
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.
We need better names
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.
Oh, and here I was hoping to squeeze in an ExtraMoreLargerest
at some point.
Should we switch to L, XL, XXL etc ? |
Yeah, if we add any more we should move to something else. It's not too bad yet. Dare I say, even a little fun. Any more though and it will be too much. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Codecov Report
@@ Coverage Diff @@
## main #920 +/- ##
=======================================
Coverage 85.34% 85.34%
=======================================
Files 803 803
Lines 16509 16509
Branches 2074 2074
=======================================
Hits 14090 14090
Misses 2387 2387
Partials 32 32
Continue to review full report at Codecov.
|
Description
New icon for a filled checked circle and a larger icon size.