Add link to be semi-transparent onPress instead of green background.

This commit is contained in:
Daniel Dominguez 2018-07-01 22:20:42 -03:00
parent 5be022e011
commit a128903000

View file

@ -162,8 +162,8 @@ const filePageStyle = StyleSheet.create({
color: Colors.LbryGreen
},
linkTapped: {
backgroundColor: '#0c604b',
},
color: "rgba(64, 184, 154, .2)"
}
});
export default filePageStyle;