Skip to content

Commit

Permalink
fix: hover primary color
Browse files Browse the repository at this point in the history
  • Loading branch information
Noval Oktavio committed Dec 17, 2021
1 parent 3474d9b commit 1eca80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VMenu/VMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const isActive = (path: any) => {
<span v-else-if="menu.svg" v-html="menu.svg" />
<template v-else-if="menu.icon">
<template v-if="typeof menu.icon === 'string'">
<v-icon :name="menu.icon" class="text-gray-600" />
<v-icon :name="menu.icon" />
</template>
<component
:is="menu.icon"
Expand Down

0 comments on commit 1eca80f

Please sign in to comment.