From 56b688744ef3492a1e93d8a6ee04a116ceb7253a Mon Sep 17 00:00:00 2001 From: Hailey Date: Fri, 5 Jul 2024 14:44:06 -0700 Subject: [PATCH] fix slop (#4739) --- src/view/com/posts/AviFollowButton.tsx | 51 ++++++++++++++++---------- 1 file changed, 32 insertions(+), 19 deletions(-) diff --git a/src/view/com/posts/AviFollowButton.tsx b/src/view/com/posts/AviFollowButton.tsx index 0497c80b..f7141ee4 100644 --- a/src/view/com/posts/AviFollowButton.tsx +++ b/src/view/com/posts/AviFollowButton.tsx @@ -90,30 +90,43 @@ export function AviFollowButton({ hitSlop={createHitslop(3)} style={[ a.rounded_full, - select(t.name, { - light: t.atoms.bg_contrast_100, - dim: t.atoms.bg_contrast_100, - dark: t.atoms.bg_contrast_200, - }), a.absolute, { - bottom: -1, - right: -1, - borderWidth: 1, - borderColor: t.atoms.bg.backgroundColor, + height: 30, + width: 30, + bottom: -7, + right: -7, }, ]}> - + + + + + )}