Hover on sugg account
This commit is contained in:
@@ -186,14 +186,16 @@ let SuggestedProfileCard = ({
|
|||||||
{statsig: true},
|
{statsig: true},
|
||||||
)
|
)
|
||||||
}}>
|
}}>
|
||||||
|
{s => (
|
||||||
<View
|
<View
|
||||||
style={[
|
style={[
|
||||||
|
a.flex_1,
|
||||||
a.w_full,
|
a.w_full,
|
||||||
a.py_lg,
|
a.py_lg,
|
||||||
a.px_lg,
|
a.px_lg,
|
||||||
a.border_t,
|
a.border_t,
|
||||||
t.atoms.border_contrast_low,
|
t.atoms.border_contrast_low,
|
||||||
a.flex_1,
|
(s.hovered || s.pressed) && [t.atoms.bg_contrast_25],
|
||||||
]}>
|
]}>
|
||||||
<ProfileCard.Outer>
|
<ProfileCard.Outer>
|
||||||
<ProfileCard.Header>
|
<ProfileCard.Header>
|
||||||
@@ -227,6 +229,7 @@ let SuggestedProfileCard = ({
|
|||||||
<ProfileCard.Description profile={profile} numberOfLines={2} />
|
<ProfileCard.Description profile={profile} numberOfLines={2} />
|
||||||
</ProfileCard.Outer>
|
</ProfileCard.Outer>
|
||||||
</View>
|
</View>
|
||||||
|
)}
|
||||||
</ProfileCard.Link>
|
</ProfileCard.Link>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user