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