Add link to be semi-transparent onPress instead of green background.
This commit is contained in:
parent
5be022e011
commit
a128903000
1 changed files with 2 additions and 2 deletions
|
@ -162,8 +162,8 @@ const filePageStyle = StyleSheet.create({
|
|||
color: Colors.LbryGreen
|
||||
},
|
||||
linkTapped: {
|
||||
backgroundColor: '#0c604b',
|
||||
},
|
||||
color: "rgba(64, 184, 154, .2)"
|
||||
}
|
||||
});
|
||||
|
||||
export default filePageStyle;
|
||||
|
|
Loading…
Reference in a new issue