Skip to content

Commit

Permalink
Merge pull request #5760 from nextcloud-libraries/backport/5747/next
Browse files Browse the repository at this point in the history
[next] style(NcHeaderMenu): pass text-on-background color for header menu
  • Loading branch information
susnux authored Jul 2, 2024
2 parents 5da345d + 2f05da8 commit 64e3dc3
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 64e3dc3

Please sign in to comment.