fix: responsive buttons on dashboard wishlist lists on mobile

This commit is contained in:
2025-11-25 22:47:03 +01:00
parent b6010e80ca
commit 82632eba4c
2 changed files with 4 additions and 3 deletions

View File

@@ -19,7 +19,6 @@
<Button
onclick={handleClick}
variant={unlocked ? "default" : "outline"}
class="w-full md:w-auto"
>
{#if unlocked}
<Lock class="mr-2 h-4 w-4" />