Reduce confusing visual feedback while scrolling

This commit is contained in:
Paul Frazee 2022-12-18 16:43:18 -06:00
parent c3caf4826e
commit 36dc1c7525
12 changed files with 46 additions and 14 deletions

View file

@ -84,7 +84,8 @@ const User = ({item}: {item: FollowItem}) => {
<Link
style={styles.outer}
href={`/profile/${item.handle}`}
title={item.handle}>
title={item.handle}
noFeedback>
<View style={styles.layout}>
<View style={styles.layoutAvi}>
<UserAvatar