Reduce confusing visual feedback while scrolling
This commit is contained in:
parent
c3caf4826e
commit
36dc1c7525
12 changed files with 46 additions and 14 deletions
|
@ -37,7 +37,10 @@ export const Settings = observer(function Settings({
|
|||
<Text style={[s.blue3, s.bold]}>Sign out</Text>
|
||||
</TouchableOpacity>
|
||||
</View>
|
||||
<Link href={`/profile/${store.me.handle}`} title="Your profile">
|
||||
<Link
|
||||
href={`/profile/${store.me.handle}`}
|
||||
title="Your profile"
|
||||
noFeedback>
|
||||
<View style={styles.profile}>
|
||||
<UserAvatar
|
||||
size={40}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue