How to change the color of preselected today button in mat-datepicker
Asked
Active
Viewed 61 times
1 Answers
0
You can try this
.mat-calendar-body-selected {
background-color: #ff0000;
color: #ffff00;
}

Fabio
- 33
- 8
-
not working it is working for what I have selected manually, but i need a solution for preselected date – Dante Mar 18 '23 at 04:16