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
640 stars 164 forks source link

Text Date Modal #250

Closed fendipramu92 closed 1 year ago

fendipramu92 commented 1 year ago

Can i change textColor on Select Year Date Picker? because default theme white color textColor year Select

iM-GeeKy commented 1 year ago

The text colors correspond to the following theme properties in Material Design 3 (https://m3.material.io/components/date-pickers/specs#d58626b9-ed69-4963-a75c-18d00cae5a06) which you can override in your paper theme.

Screenshot 2023-01-26 at 6 58 31 AM
fendipramu92 commented 1 year ago

Thanks, im using MD2 and migrate to MD3 for RNPaper 5x, solved