0

How to change the color of preselected today button in mat-datepicker

here is the datepicker image

Dante
  • 13
  • 5

1 Answers1

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