-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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(Tag): implement short tag size #7619
feat(Tag): implement short tag size #7619
Conversation
Deploy preview for carbon-elements ready! Built with commit 7b790b2 |
Deploy preview for carbon-components-react ready! Built with commit 18bf8e1 https://deploy-preview-7619--carbon-components-react.netlify.app |
Deploy preview for carbon-components-react ready! Built without sensitive environment variables with commit 7b790b2 https://deploy-preview-7619--carbon-components-react.netlify.app |
Should we reduce the size of the icon in the custom icon variant when the size is small as well? |
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.
- The text in the filterable tag is getting cut off at the bottom for both sizes.
- Can we name the 18px tag
small
instead of short? - I don't think we need to change the size of the custom icon when using the small tag. 16px is our smallest icon size and it is also going to be the size of the close icon for the filterable tag still.
9435574
to
afae172
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.
Thanks for adding this in! 🙌🏻
5efd446
to
b8d7fb4
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.
LGTM 👍 ✅
Closes #7512
related #4953
This PR implements support for short Tag and Filter Tag sizes
Changelog
New
size
support for short tagsTesting / Reviewing
Confirm the short tag, short filter tag, and short skeleton tags appear correct