-
Notifications
You must be signed in to change notification settings - Fork 33
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(Dropdown): align tertiary dropdown triangle icon with button #4023
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
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.
Looks good to me 👍
A shame that we can't access dropdown-padding-horizontal, is there some other way of making use of this variable? 🤔
Does it make sense to have a screenshot test for these scenarios, to see if the different variations of arrows align up correctly? |
Sounds like that could be handy 🤔 |
The only way I can think of is making it global through |
## [10.51.1](v10.51.0...v10.51.1) (2024-09-30) ### 📝 Documentation * **Icon:** removes string as a icon type ([#4034](#4034)) ([4c53199](4c53199)) ### 🐛 Bug Fixes * **Dropdown:** align tertiary dropdown triangle icon with button ([#4023](#4023)) ([1527d70](1527d70)) * **Form.UseData:** getValue returns any instead of unknown ([#4035](#4035)) ([8434de9](8434de9))
🎉 This PR is included in version 10.51.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Proposal on how to solve the alignment issue
Before:
After: