Hover on sugg account

This commit is contained in:
Eric Bailey
2025-04-07 09:39:39 -05:00
parent 94fd12ff49
commit 2cc39b1458
@@ -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>
) )
} }