Need to change input border color,but I can't do it. I had already try to style tag also.
Here is my code:
<TimePicker
style={{borderColor:'red'}}
okText={"OK"}
cancelText={"CANCEL"}
mode={'time'}
is24Hour={false}
ref="TimePicker"
onConfirm={this.handleTimePicked}
onCancel={this.hideTimePicker}
date={this.state.time}
/>
Need to change input border color,but I can't do it. I had already try to style tag also.
Here is my code: