Skip to content

Commit

Permalink
Shrink the avi follow indicator a smidge
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee authored and mozzius committed Apr 24, 2024
1 parent 0068b4f commit 272dab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/view/com/posts/AviFollowButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ export function AviFollowButton({
a.absolute,
{
bottom: -4,
right: -4,
right: -2,
borderWidth: 2,
borderColor: t.atoms.bg.backgroundColor,
},
]}>
<Plus size="md" fill={t.atoms.bg.backgroundColor} />
<Plus size="sm" fill={t.atoms.bg.backgroundColor} />
</Pressable>
)}
</Button>
Expand Down

0 comments on commit 272dab6

Please sign in to comment.