Skip to content

Commit

Permalink
fix: force color-main-text for icons in NcAppSidebarTabs
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <[email protected]>
  • Loading branch information
Antreesy committed Nov 4, 2024
1 parent 0318b2e commit 97145ba
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 97145ba

Please sign in to comment.