I'm trying to customize the colors of a material date range picker, but I can't seem to find the right class for the selected range.
https://i.sstatic.net/P4Rys.png
So far, I've managed to change the color of the selected range using the following code:
::ng-deep .mat-calendar-body-selected {
background-color: #368EA1;
}
If anyone could assist me with this, I would greatly appreciate it. Additionally, I need help changing the background color when hovering over the items.
Thank you in advance!