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"}