👀 Enhanced the hover state

This commit is contained in:
Mehdi Dara 2024-02-11 12:18:50 +03:30
parent 757304e0e2
commit 9e88f19219

View File

@ -107,7 +107,7 @@
<div class="flex items-center justify-end mb-4">
<button
class={cn(
'flex items-center justify-center space-x-1 rounded-md px-3 py-1.5 text-sm font-medium hover:opacity-80 transition-opacity',
'flex items-center justify-center space-x-1 rounded-md px-3 py-1.5 text-sm font-medium opacity-80 hover:opacity-100 transition-opacity',
filteredSvgs.length === 0 && 'hidden'
)}
on:click={() => sort()}