From 5736a2ab630cd319ce90a293c37445ae57ca60f6 Mon Sep 17 00:00:00 2001 From: gustavo-em Date: Mon, 18 Apr 2022 17:04:04 -0300 Subject: [PATCH] fix button opacity --- react-native/app/pages/list_portals/styles.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/react-native/app/pages/list_portals/styles.ts b/react-native/app/pages/list_portals/styles.ts index 3039a6c..f3dfb02 100644 --- a/react-native/app/pages/list_portals/styles.ts +++ b/react-native/app/pages/list_portals/styles.ts @@ -18,7 +18,9 @@ export const WrapperList = styled.FlatList` border-radius: 10px; ` -export const WrapperItemListText = styled.TouchableOpacity` +export const WrapperItemListText = styled.TouchableOpacity.attrs(props=>({ + activeOpacity: 1 +}))` width: 300px; padding: 5px;