fix: Update mobile menu button hover background color
This commit is contained in:
parent
95cbb64b22
commit
1127d0a4e9
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ const showMenu = ref(false)
|
|||
</div>
|
||||
|
||||
<div
|
||||
class="absolute right-0 flex flex-col items-center justify-center w-10 h-10 rounded-full cursor-pointer md:hidden bg-muted"
|
||||
class="absolute right-0 flex flex-col items-center justify-center w-10 h-10 rounded-full cursor-pointer md:hidden hover:bg-muted"
|
||||
:class="{ 'right-2': showMenu }"
|
||||
@click="showMenu = !showMenu"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue