Skip to content

Commit

Permalink
Improve color contrast for calendar days of the week
Browse files Browse the repository at this point in the history
Fixes AB#1078
  • Loading branch information
dpwatrous committed Oct 19, 2023
1 parent 08663a2 commit c05cfc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions desktop/src/app/styles/vendor/material-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit c05cfc7

Please sign in to comment.