diff --git a/ui/ui-frontend-common/src/app/modules/components/header/header.component.scss b/ui/ui-frontend-common/src/app/modules/components/header/header.component.scss
index f949c0c7cc008a37ff9099b5778b0df836c8536a..149f721bba51aa0d38f3a33f19397b22f06666fc 100644
--- a/ui/ui-frontend-common/src/app/modules/components/header/header.component.scss
+++ b/ui/ui-frontend-common/src/app/modules/components/header/header.component.scss
@@ -85,7 +85,7 @@ vitamui-common-select-language, .select-tenant {
 // Override item selection component css properties for header display only,
 // since the design is not common anymore with the other component usages.
 :host::ng-deep {
-  mat-select, .mat-select-value, .mat-select-arrow, .selected-item-label, .unselected-item-label, .mat-select-value-text {
+  mat-select, .mat-select-value, .mat-select-arrow, .selected-item-label, .unselected-item-label, .mat-select-value-text, .mat-toolbar-row, .mat-toolbar-single-row {
     color: var(--vitamui-header-footer-font)!important;
   }