feat(ui): update SuggestedFollowPlaceholder to match new design
This commit is contained in:
committed by
Austin McKinley
parent
0046b00780
commit
e592d54fe9
@@ -66,12 +66,14 @@ export function SuggestedFollowPlaceholder() {
|
||||
const t = useTheme()
|
||||
return (
|
||||
<CardOuter style={[a.gap_md, t.atoms.border_contrast_low]}>
|
||||
<ProfileCard.Header>
|
||||
<ProfileCard.AvatarPlaceholder />
|
||||
<ProfileCard.NameAndHandlePlaceholder />
|
||||
</ProfileCard.Header>
|
||||
|
||||
<ProfileCard.DescriptionPlaceholder numberOfLines={2} />
|
||||
<View style={[a.flex_col, a.align_center, a.gap_sm]}>
|
||||
<ProfileCard.AvatarPlaceholder size={88} />
|
||||
<ProfileCard.NamePlaceholder />
|
||||
<ProfileCard.DescriptionPlaceholder
|
||||
numberOfLines={2}
|
||||
style={[a.align_center, a.flex, a.self_stretch]}
|
||||
/>
|
||||
</View>
|
||||
</CardOuter>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user