chore: remove hover background color from mobile menu button

This commit is contained in:
QuentinHsu
2024-06-01 12:13:29 +08:00
parent 79d8801700
commit e3891b1f68
+1 -1
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-10rounded-full cursor-pointer md:hidden hover:bg-gray-100"
class="absolute right-0 flex flex-col items-center justify-center w-10 h-10rounded-full cursor-pointer md:hidden"
@click="showMenu = !showMenu"
>
<Ellipsis