From 5c1444af1834671bdb9e5372b2103649378a173d Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Fri, 14 Nov 2025 23:19:57 +0000 Subject: [PATCH] completionId: cgen-61cb12827b964835b7bca5b7adeda911 cgen-61cb12827b964835b7bca5b7adeda911 --- client/components/social/FeedItemCard.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/components/social/FeedItemCard.tsx b/client/components/social/FeedItemCard.tsx index 6d42396a..897f8abe 100644 --- a/client/components/social/FeedItemCard.tsx +++ b/client/components/social/FeedItemCard.tsx @@ -118,8 +118,8 @@ export function FeedItemCard({ armColor.bg, "bg-background/70" )}> - -
+ +
onToggleFollow(item.authorId)} className={cn( - "rounded-full border-border/60 flex-shrink-0 text-xs sm:text-sm h-9 px-3 sm:px-5 whitespace-nowrap", + "rounded-full border-border/60 flex-shrink-0 text-xs h-8 sm:h-9 px-2.5 sm:px-4 whitespace-nowrap", isFollowing ? "bg-background/80 text-foreground border-border/60" : "bg-gradient-to-r from-aethex-500 to-neon-blue text-white",