[ACS-10226] Improve color contrast for better accessibility (#4931)

This commit is contained in:
Michal Kinas
2025-12-11 13:11:49 +01:00
committed by GitHub
parent 124c1f5b75
commit ae3db8ff3f
5 changed files with 11 additions and 4 deletions
@@ -1,6 +1,13 @@
@use '../styles/mat-selectors' as ms;
@use '@angular/material' as mat;
.aca-manage-rules {
@include mat.button-overrides(
(
outlined-outline-color: var(--adf-theme-foreground-text-color-064)
)
);
#{ms.$mat-slide-toggle}:is(mat-slide-toggle) #{ms.$mat-switch}:enabled #{ms.$mat-switch-track}::after {
background: var(--mdc-switch-selected-track-color);
}