mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-30 17:42:46 -03:00
añdiddo color a los post con like
This commit is contained in:
@@ -137,7 +137,7 @@
|
|||||||
<Button
|
<Button
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
disabled={!$sesionStore?.accessToken}
|
disabled={!$sesionStore?.accessToken}
|
||||||
class="flex items-center gap-2 rounded-full bg-accent p-3 text-lg"
|
class={`${post.isLiked ? 'bg-blue-500/30' : 'bg-accent'} flex items-center gap-2 rounded-full p-3 text-lg`}
|
||||||
onclick={() => likeHandler()}
|
onclick={() => likeHandler()}
|
||||||
>
|
>
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Reference in New Issue
Block a user