chore: fix on-hover visual

This commit is contained in:
Silentoplayz 2025-05-19 22:42:15 -04:00
parent 58b309149a
commit ab9486603c

View File

@ -147,7 +147,7 @@
<div class="mb-5 grid grid-cols-1 lg:grid-cols-2 xl:grid-cols-3 gap-2">
{#each filteredItems as item}
<button
class=" flex space-x-4 cursor-pointer text-left w-full px-3 py-2 hover:bg-gray-50 dark:hover:bg-gray-850 transition rounded-xl"
class=" flex space-x-4 cursor-pointer text-left w-full px-3 py-2 hover:bg-black/5 dark:hover:bg-white/5 transition rounded-xl"
on:click={() => {
if (item?.meta?.document) {
toast.error(