REF: chevron on external items

This commit is contained in:
ncoelho 2020-05-25 18:58:54 +02:00 committed by Overtorment
parent f72540383f
commit 07e5314647

View File

@ -85,7 +85,7 @@ const About = () => {
<Text style={{ maxWidth: 260, marginBottom: 40, color: '#0C2550', fontSize: 15, textAlign: 'center', fontWeight: '500' }}> <Text style={{ maxWidth: 260, marginBottom: 40, color: '#0C2550', fontSize: 15, textAlign: 'center', fontWeight: '500' }}>
Always backup your keys! Always backup your keys!
</Text> </Text>
<BlueButton onPress={handleOnRatePress} title="help with a review ⭐🙏" /> <BlueButton onPress={handleOnRatePress} title="Leave us a review ⭐🙏" />
</View> </View>
</BlueCard> </BlueCard>
<BlueListItem <BlueListItem
@ -96,7 +96,6 @@ const About = () => {
}} }}
onPress={handleOnTwitterPress} onPress={handleOnTwitterPress}
title="Follow us on Twitter" title="Follow us on Twitter"
chevron
/> />
<BlueListItem <BlueListItem
leftIcon={{ leftIcon={{
@ -106,7 +105,6 @@ const About = () => {
}} }}
onPress={handleOnTelegramPress} onPress={handleOnTelegramPress}
title="Telegram chat" title="Telegram chat"
chevron
/> />
<BlueListItem <BlueListItem
leftIcon={{ leftIcon={{
@ -116,7 +114,6 @@ const About = () => {
}} }}
onPress={handleOnGithubPress} onPress={handleOnGithubPress}
title="GitHub" title="GitHub"
chevron
/> />
<BlueCard> <BlueCard>
<View style={{ backgroundColor: '#f9f9f9', padding: 16, paddingTop: 0, borderRadius: 8 }}> <View style={{ backgroundColor: '#f9f9f9', padding: 16, paddingTop: 0, borderRadius: 8 }}>