fix(ui): follow button should always be pushed to the bottom on the profile card

This commit is contained in:
Caidan Williams
2025-07-25 16:26:25 -07:00
committed by Austin McKinley
parent f300b0525c
commit 66d7df1256
+8 -1
View File
@@ -287,7 +287,14 @@ export function ProfileGrid({
t.atoms.shadow_sm,
]}>
<ProfileCard.Outer>
<View style={[a.flex_col, a.align_center, a.gap_sm, a.pb_sm]}>
<View
style={[
a.flex_col,
a.align_center,
a.gap_sm,
a.pb_sm,
a.mb_auto,
]}>
<ProfileCard.Avatar
profile={profile}
moderationOpts={moderationOpts}