-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 DayButton dot position and expand Button area #55502
Conversation
👋 Thanks for your first Pull Request and for helping build the future of Gutenberg and WordPress, @kurudrive! In case you missed it, we'd love to have you join us in our Slack community, where we hold regularly weekly meetings open to anyone to coordinate with each other. If you want to learn more about WordPress development in general, check out the Core Handbook full of helpful information. |
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.
Code wise looks good needs design feedback
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, I think it's a nice improvement for visual clarity 👍
If there are no objections from @WordPress/gutenberg-design, I'm comfortable merging because it's a small change and easy to tweak if there are better ideas.
Looks like a good little improvement. |
* Fix DatButton dot position and expand Button area * add change log * Move changelog --------- Co-authored-by: Lena Morita <lena@jaguchi.com>
What?
Adjustment of the dot position on DayButton and expansion of the button area.
Why?
In the DatePicker, the dot indicating the publish date is too close to the background circle, making it look unappealing.
issue : #51966
How?
I shifted the dot's position 2px upward and slightly expanded the button area.
Testing Instructions
Testing Instructions for Keyboard
Screenshots or screencast
Before
After