Skip to content

Commit c05cfc7

Browse files
committed
Improve color contrast for calendar days of the week
Fixes AB#1078
1 parent 08663a2 commit c05cfc7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

desktop/src/app/styles/vendor/material-theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,10 @@ mat-button-toggle-group {
197197
}
198198
}
199199

200+
mat-calendar .mat-calendar-table-header {
201+
color: rgba(0, 0, 0, 0.87);
202+
}
203+
200204
.cdk-high-contrast-active .mat-drawer.mat-drawer-end {
201205
border-left: none;
202206
}

0 commit comments

Comments
 (0)