Answers for "how to change mui datepicker label color"

CSS
1

input date icon color change

// in chrome this works
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
Posted by: Guest on August-13-2020
0

how to change color of date input

.empty {
    color: blue
}
Posted by: Guest on May-04-2020

Code answers related to "how to change mui datepicker label color"

Browse Popular Code Answers by Language