[AAE-14030] Custom header text color is not working on apa (#8592)

* [AAE-14030] Custom header text color is not working on apa

* CR

* Fix for demo app
This commit is contained in:
Bartosz Sekula
2023-05-25 16:56:26 +02:00
committed by GitHub
parent 507c6498a1
commit 2429bb4266
6 changed files with 22 additions and 5 deletions

View File

@@ -138,7 +138,7 @@ export class AppLayoutComponent implements OnInit, OnDestroy {
this.headerService.headerTextColor
.pipe(takeUntil(this.onDestroy$))
.subscribe(headerTextColor => {
document.documentElement.style.setProperty('--theme-primary-color-default-contrast', headerTextColor);
document.documentElement.style.setProperty('--theme-header-text-color', headerTextColor);
});
this.headerService.logo