From a128903000f0f32f4cb3d9e73864c19afc90acf2 Mon Sep 17 00:00:00 2001 From: Daniel Dominguez Date: Sun, 1 Jul 2018 22:20:42 -0300 Subject: [PATCH] Add link to be semi-transparent onPress instead of green background. --- app/src/styles/filePage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/styles/filePage.js b/app/src/styles/filePage.js index b5bafc14..b75b7b04 100644 --- a/app/src/styles/filePage.js +++ b/app/src/styles/filePage.js @@ -162,8 +162,8 @@ const filePageStyle = StyleSheet.create({ color: Colors.LbryGreen }, linkTapped: { - backgroundColor: '#0c604b', - }, + color: "rgba(64, 184, 154, .2)" + } }); export default filePageStyle;