fixed the primary text color (#3105)

This commit is contained in:
Yasa-Nataliya
2023-04-06 09:37:59 +00:00
committed by GitHub
parent af4d1ab2bd
commit 5ae99da59d
3 changed files with 12 additions and 8 deletions

View File

@@ -2,6 +2,10 @@
box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.02), 0 6px 10px 0 rgba(0, 0, 0, 0.014), 0 1px 18px 0 rgba(0, 0, 0, 0.012);
z-index: 2;
adf-layout-header .mat-toolbar-single-row {
color: var(--theme-header-text-color) !important;
}
.mat-toolbar {
background-image: var(--header-background-image) !important;
background-repeat: no-repeat !important;