fix button opacity

This commit is contained in:
gustavo-em
2022-04-18 17:04:04 -03:00
parent f412b5c1b9
commit 5736a2ab63

View File

@@ -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;