macosui / macos_ui

Flutter widgets and themes implementing the current macOS design language.
https://macosui.github.io/macos_ui/#/
MIT License
1.81k stars 178 forks source link

fix: UX of the click on the calendar elements in `MacosDatePicker` #417

Closed rklos closed 1 year ago

rklos commented 1 year ago

Fixed UX of the click on the calendar elements in MacosDatePicker. User was able to trigger selection when they clicked on Text widget (green highlight), and all paddings inside Container widget were ignored (red highlight). So it was difficult to click on the small, hard-to-reach box with the cursor for the first 9 days of the month. CleanShot 2023-04-19 at 00 05 17

Pre-launch Checklist

rklos commented 1 year ago

Done @GroovinChip