-
Notifications
You must be signed in to change notification settings - Fork 0
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): colour token updates #310
Conversation
✅ Deploy Preview for shidoka-applications ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
- Show all/show Less color is not matching with Figma
- Can we remove shade props? I don't think it is required anymore.
Waiting for response from design team regarding the color when Tag is in pressed state. |
* Shade `'light'` (default) and `'dark'` for tag. | ||
*/ | ||
@property({ type: String }) | ||
shade = 'light'; |
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're removing shade
variants? Might want to note that as a soft breaking change.
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.
yes, we thought of removing it since it is changing already as part of the light and dark theme. Will make a note of it.
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.
Verified the Tag colors in dark mode
Verified the Tag group in dark mode
Verified the Clickable Tags
Verified Disable Tag color and looks fine
@jaideep08 , observed that close button boarder is bit thicker than Figma.! you can proceed if it's fine from backend.
@srpriyankashetty, fixed it. |
🎉 This PR is included in version 2.0.0-next.40 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary
Tag component
ADO Story or GitHub Issue Link
TASK 2003572
Figma Link
Tag component
Checklist
analyze
command to update Storybook docs.test
locally to address any failures.