Skip to content

Commit

Permalink
fix(vmenu): add sigle menus style
Browse files Browse the repository at this point in the history
  • Loading branch information
reynaldi_rangga committed Dec 17, 2021
1 parent 42bcf64 commit fd9a82d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/VMenu/VMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,9 @@ const isActive = (path: any) => {
relative
"
:class="[
isActive(menu) ? 'text-primary-600 hover:bg-gray-100' : textColor,
isActive(menu)
? `${menuItemColor} text-white fill-white hover:bg-gray-300`
: textColor,
mini ? 'justify-start sm:justify-center' : '',
]"
>
Expand Down

0 comments on commit fd9a82d

Please sign in to comment.