Skip to content

Commit

Permalink
fix header menu icon color
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
julien-nc committed Aug 7, 2023
1 parent 803f65e commit 090b4c5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/AssistantHeaderMenuEntry.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<a
href="#"
@click="$emit('click')">
<AssistantIcon :size="20" />
<AssistantIcon class="menu-icon" :size="20" />
</a>
</div>
</template>
Expand Down Expand Up @@ -46,5 +46,9 @@ export default {
display: flex;
align-items: center;
justify-content: center;
.menu-icon {
color: var(--color-primary-text) !important;
}
}
</style>

0 comments on commit 090b4c5

Please sign in to comment.