From 41ea66ac3d66b0def05436c40baeb2b23f00562e Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Fri, 14 Nov 2025 23:14:37 +0000 Subject: [PATCH] completionId: cgen-d1fbc13c3eb042449cb9cb7d0976c73c cgen-d1fbc13c3eb042449cb9cb7d0976c73c --- client/components/social/FeedItemCard.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/client/components/social/FeedItemCard.tsx b/client/components/social/FeedItemCard.tsx index bd2884c2..ba3ad59e 100644 --- a/client/components/social/FeedItemCard.tsx +++ b/client/components/social/FeedItemCard.tsx @@ -146,14 +146,13 @@ export function FeedItemCard({ variant={isFollowing ? "outline" : "default"} onClick={() => onToggleFollow(item.authorId)} className={cn( - "rounded-full border-border/60 flex-shrink-0 text-xs sm:text-sm h-8 sm:h-9 px-3 sm:px-4", + "rounded-full border-border/60 flex-shrink-0 text-xs sm:text-sm h-9 px-3 sm:px-5 whitespace-nowrap", isFollowing - ? "bg-background/80 text-foreground" + ? "bg-background/80 text-foreground border-border/60" : "bg-gradient-to-r from-aethex-500 to-neon-blue text-white", )} > - {isFollowing ? "Following" : "Follow"} - {isFollowing ? "✓" : "+"} + {isFollowing ? "Following" : "Follow"}