how to change date icon color input field code example
Example 1: input date icon color change
// in chrome this works
::-webkit-calendar-picker-indicator {
filter: invert(1);
}
Example 2: how to change color of date input
.empty {
color: blue
}