Skip to content

Commit b559e01

Browse files
committed
fix: navigation icon color
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 parent 2346ec5 commit b559e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AssistantHeaderMenuEntry.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default {
7070
background-color: rgba(0,0,0,0) !important;
7171
}
7272
.menu-icon {
73-
color: var(--color-primary-text) !important;
73+
color: var(--color-background-plain-text) !important;
7474
}
7575
}
7676
}

0 commit comments

Comments
 (0)