-
Notifications
You must be signed in to change notification settings - Fork 19
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
fix(AttachMenu): Update styles and fix bug #132
Conversation
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.
Hey! Everything is looking pretty good 💯 I noticed that the pod attachment icon color apart of the "class = pf-v6-c-menu__item pf-chatbot__object" is the incorrect color, looks like its pulled in as an svg. Can we adjust that semantic color token to be pf-t--global--icon--color--status--custom--default ? thanks!
Addressed design feedback! |
e610d5e
to
7ff7981
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.
Hey! It looks like the icon color is the same on default and on hover - Can you change it to be pf-t--global--icon--color--status--custom--default on default and pf-t--global--icon--color--status--custom--hover on hover
Updated styles to use Kayla's tokens and fixed a bug related to React keys.
7ff7981
to
2d37fde
Compare
Hover state should be all set! |
🎉 This PR is included in version 2.0.0-alpha.30 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Updated styles to use Kayla's tokens and fixed a bug related to React keys.