diff --git a/client/src/app/site/modules/global-headbar/components/global-search/global-search.component.html b/client/src/app/site/modules/global-headbar/components/global-search/global-search.component.html index d694273895..18515022fa 100644 --- a/client/src/app/site/modules/global-headbar/components/global-search/global-search.component.html +++ b/client/src/app/site/modules/global-headbar/components/global-search/global-search.component.html @@ -12,16 +12,25 @@
- + {{ 'This meeting' | translate }} - {{ 'All meetings' | translate }} - {{ 'Meeting title' | translate }} + + {{ 'All meetings' | translate }} + + + {{ 'Meeting title' | translate }} +
- + {{ availableFilters[filter] | translate }} diff --git a/client/src/app/site/modules/global-headbar/components/global-search/global-search.component.scss b/client/src/app/site/modules/global-headbar/components/global-search/global-search.component.scss index d31312dfc2..a84b277f1d 100644 --- a/client/src/app/site/modules/global-headbar/components/global-search/global-search.component.scss +++ b/client/src/app/site/modules/global-headbar/components/global-search/global-search.component.scss @@ -71,7 +71,7 @@ h3 { font-weight: 400; - color: var(--theme-accent-500); + color: var(--theme-primary-500); &:hover { text-decoration: underline; }