From 6d6e127f7b8c28c8ac7c7e63daf19ee16f44d486 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Thu, 3 Feb 2022 01:49:53 -0800 Subject: [PATCH] Change Follow button to black --- web/components/follow-fold-button.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/web/components/follow-fold-button.tsx b/web/components/follow-fold-button.tsx index 62a68e9a..106b2489 100644 --- a/web/components/follow-fold-button.tsx +++ b/web/components/follow-fold-button.tsx @@ -37,10 +37,7 @@ export function FollowFoldButton(props: { fold: Fold; className?: string }) { } return ( - )