Skip to content

Commit

Permalink
Merge pull request #145 from nextcloud/fix/noid/nav-icon-color
Browse files Browse the repository at this point in the history
Fix navigation icon color
  • Loading branch information
julien-nc authored Oct 9, 2024
2 parents 2346ec5 + b559e01 commit bc9bda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AssistantHeaderMenuEntry.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default {
background-color: rgba(0,0,0,0) !important;
}
.menu-icon {
color: var(--color-primary-text) !important;
color: var(--color-background-plain-text) !important;
}
}
}
Expand Down

0 comments on commit bc9bda5

Please sign in to comment.