Skip to content

Commit

Permalink
Merge pull request #6190 from nextcloud-libraries/backport/6189/next
Browse files Browse the repository at this point in the history
[next] fix(NcAppSidebarTabs): force color-main-text for icons
  • Loading branch information
ShGKme authored Nov 5, 2024
2 parents 2b7bd73 + 7655a34 commit 619594a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcAppSidebar/NcAppSidebarTabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export default {
border-radius: var(--default-grid-baseline) var(--default-grid-baseline) 0 0 !important;
margin: 0 !important;
border-bottom: var(--default-grid-baseline) solid transparent !important;
.checkbox-content__icon--checked > * {
.checkbox-content__icon > * {
color: var(--color-main-text) !important;
}
}
Expand Down

0 comments on commit 619594a

Please sign in to comment.