From c05cfc77f601a489579a7fcca0794c6fb66e4cdc Mon Sep 17 00:00:00 2001 From: David Watrous <509299+dpwatrous@users.noreply.github.com> Date: Thu, 19 Oct 2023 09:57:30 -0400 Subject: [PATCH] Improve color contrast for calendar days of the week Fixes AB#1078 --- desktop/src/app/styles/vendor/material-theme.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/desktop/src/app/styles/vendor/material-theme.scss b/desktop/src/app/styles/vendor/material-theme.scss index 809f1bcd2..c132a3de0 100644 --- a/desktop/src/app/styles/vendor/material-theme.scss +++ b/desktop/src/app/styles/vendor/material-theme.scss @@ -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; }