Skip to content

Commit

Permalink
Merge pull request #5747 from nextcloud-libraries/fix/noid/header-men…
Browse files Browse the repository at this point in the history
…u-icons

style(NcHeaderMenu): pass text-on-background color for header menu
  • Loading branch information
Antreesy committed Jul 2, 2024
2 parents 62b8b36 + d175fee commit 588fb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcHeaderMenu/NcHeaderMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ $externalMargin: 8px;
// header is filled with primary or image background
filter: none !important;
color: var(--color-primary-text) !important;
color: var(--color-background-plain-text, var(--color-primary-text)) !important;
}
&--opened &__trigger,
Expand Down

0 comments on commit 588fb04

Please sign in to comment.