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
642 stars 166 forks source link

Date range modal save label color is the same color as the modal header because they both are primary color, so save label doesn't show #203

Closed saver711 closed 1 year ago

saver711 commented 1 year ago

2022-09-19_19h57_41

2022-09-19_19h59_44

2022-09-19_19h58_04

saver711 commented 1 year ago

also i need to change close and edit icons colors to white

manishhundekar commented 1 year ago

image

This solved my issue. @saver711

saver711 commented 1 year ago

@manishhundekar Doesn't work for me, i don't know why image

manishhundekar commented 1 year ago

Text component is imported from 'react-native-paper' right? @saver711

saver711 commented 1 year ago

@manishhundekar no i was importing it from react native now it works, thanks, how do i change (save, exit, edit) color to white?? do i have do them all like this? image

alphazhe commented 7 months ago

I am only using react-native-paper-dates lib, not using entire react-native-paper lib. Is there any way to fix this in such case?