Mega push vol 5, working on messaging now
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
{#if ondelete}
|
||||
<button
|
||||
type="button"
|
||||
class="absolute top-1 right-1 p-1 rounded-lg opacity-0 group-hover:opacity-100 hover:bg-error/20 transition-all z-10"
|
||||
class="absolute top-1 right-1 p-1 rounded-full opacity-0 group-hover:opacity-100 hover:bg-error/20 transition-all z-10"
|
||||
onclick={handleDelete}
|
||||
aria-label="Delete card"
|
||||
>
|
||||
@@ -95,7 +95,7 @@
|
||||
{/if}
|
||||
|
||||
<!-- Title -->
|
||||
<p class="font-body text-body text-white w-full leading-none">
|
||||
<p class="font-body text-body text-white w-full leading-none p-1">
|
||||
{card.title}
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user