Adjust follow button layout

This commit is contained in:
Eric Bailey
2024-07-01 15:15:18 -05:00
parent d62eba6132
commit 8025e7e32f
+9 -7
View File
@@ -132,17 +132,19 @@ export function SuggestedFollows() {
profile={profile}
moderationOpts={moderationOpts}
/>
<View style={[a.flex_1]} />
<ProfileCard.FollowButton
profile={profile}
logContext="FeedInterstitial"
color="secondary_inverted"
/>
</ProfileCard.Header>
<View style={[a.pt_xs]}>
<ProfileCard.NameAndHandle
profile={profile}
moderationOpts={moderationOpts}
/>
<ProfileCard.FollowButton
profile={profile}
logContext="FeedInterstitial"
shape={'round'}
color="secondary_inverted"
/>
</ProfileCard.Header>
</View>
<ProfileCard.Description profile={profile} />
</ProfileCard.Outer>
</CardOuter>