Skip to content

Commit

Permalink
style(NcHeaderMenu): pass text-on-background color for header menu
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <[email protected]>
  • Loading branch information
Antreesy authored and backportbot[bot] committed Jul 2, 2024
1 parent 8b5cb2e commit 2f05da8
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 2f05da8

Please sign in to comment.