I did a search and didn't see any topics about this.
How do I change the border of the datetime input component? Using the props.style seems to add a border around the component instead of actually changing the existing border.
No style:

With borderStyle: solid and borderWidth: 1:

With all 4 corners borderXxxRadius: 10:


