Use round button

This commit is contained in:
Eric Bailey
2024-07-01 18:46:41 -05:00
parent 534bf131f0
commit 4a05eedfba
+7 -9
View File
@@ -141,19 +141,17 @@ 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}
/>
</View>
<ProfileCard.FollowButton
profile={profile}
logContext="FeedInterstitial"
color="secondary_inverted"
shape="round"
/>
</ProfileCard.Header>
<ProfileCard.Description profile={profile} />
</ProfileCard.Outer>
</CardOuter>