Like you can see the selected value in date picker is white. If I change the date, it won't become visible. This a screenshot of iOS dark mode. Is there a way to override the default styling for that. I tried the following:
.date-picker {
color: #000000;
.ns-dark & {
color: #000000;
}
}
This is how it looks when the background is black