From ae2186ed9c1fea7ea7ac11a16c8bff524ccad568 Mon Sep 17 00:00:00 2001 From: Pouria Delfanazari Date: Tue, 19 Dec 2023 15:25:56 -0800 Subject: [PATCH] Update block button styling to match follow button --- src/components/actions/follow/Follow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/actions/follow/Follow.tsx b/src/components/actions/follow/Follow.tsx index b32801fc..cd775bfb 100644 --- a/src/components/actions/follow/Follow.tsx +++ b/src/components/actions/follow/Follow.tsx @@ -61,7 +61,7 @@ export default function Follow(props: Props) { onClick={() => { toggleBlockUser.mutate(); }} - className="rounded-full px-4 py-2 bg-neutral-100 hover:brightness-95" + className="rounded-full px-4 py-2 font-medium text-sm bg-neutral-100 hover:brightness-95" > Unblock