fix: Update mobile menu button hover background color

This commit is contained in:
ccbikai 2024-06-05 13:27:54 +08:00
parent 95cbb64b22
commit 1127d0a4e9

View file

@ -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"
>