xgfe / react-native-datepicker

react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS
MIT License
2.12k stars 727 forks source link

how to change font color of button #456

Open NahumG10 opened 2 years ago

NahumG10 commented 2 years ago

how can I change to font color of the button from default black? I tried :

style={{ width: '100%', backgroundColor : 'rgb(63,81,181)', color: '#fff', borderRadius: 10, }} customStyles={{ dateInput:{borderWidth: 0 }

}}
Etx17 commented 7 months ago

need help with htat too