Reduce confusing visual feedback while scrolling
This commit is contained in:
parent
c3caf4826e
commit
36dc1c7525
12 changed files with 46 additions and 14 deletions
|
@ -20,7 +20,11 @@ export function ProfileCard({
|
|||
onPressButton?: () => void
|
||||
}) {
|
||||
return (
|
||||
<Link style={styles.outer} href={`/profile/${handle}`} title={handle}>
|
||||
<Link
|
||||
style={styles.outer}
|
||||
href={`/profile/${handle}`}
|
||||
title={handle}
|
||||
noFeedback>
|
||||
<View style={styles.layout}>
|
||||
<View style={styles.layoutAvi}>
|
||||
<UserAvatar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue