[AAE-13971] changed color to accent contrast (#8501)

This commit is contained in:
tomasz hanaj
2023-05-08 11:12:50 +02:00
committed by GitHub
parent 00ede54e3a
commit 50f9a2776d

View File

@@ -28,7 +28,7 @@
&.adf-active { &.adf-active {
background-color: var(--theme-accent-color); background-color: var(--theme-accent-color);
color: var(--adf-theme-mat-grey-color-50); color: var(--theme-accent-color-default-contrast);
font-size: smaller; font-size: smaller;
} }
} }