Improve color contrast for calendar days of the week

Fixes AB#1078
This commit is contained in:
David Watrous 2023-10-19 09:57:30 -04:00 коммит произвёл Shiran Pasternak
Родитель 79f774c38f
Коммит 061021ec28
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -197,6 +197,10 @@ mat-button-toggle-group {
}
}
mat-calendar .mat-calendar-table-header {
color: rgba(0, 0, 0, 0.87);
}
.cdk-high-contrast-active .mat-drawer.mat-drawer-end {
border-left: none;
}