web-ridge / react-native-paper-dates

Smooth and fast cross platform Material Design date and time picker for React Native Paper
https://www.reactnativepaperdates.com
MIT License
637 stars 161 forks source link

fix: add correct roundness to time picker modal #375

Closed iM-GeeKy closed 2 months ago

iM-GeeKy commented 3 months ago

Motivation

Screenshot 2024-03-31 at 7 41 58 AM

The current time picker modal is not rounded (square) for version 3, so it is now set to 28 per the specs. I'm not sure if it'd be more beneficial to use theme.roundness, but then it would have to be dynamically calculated.

Screenshot 2024-03-31 at 7 42 40 AM