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' }}>
Always backup your keys!
</Text>
<BlueButton onPress={handleOnRatePress} title="help with a review ⭐🙏" />
<BlueButton onPress={handleOnRatePress} title="Leave us a review ⭐🙏" />
</View>
</BlueCard>
<BlueListItem
@ -96,7 +96,6 @@ const About = () => {
}}
onPress={handleOnTwitterPress}
title="Follow us on Twitter"
chevron
/>
<BlueListItem
leftIcon={{
@ -106,7 +105,6 @@ const About = () => {
}}
onPress={handleOnTelegramPress}
title="Telegram chat"
chevron
/>
<BlueListItem
leftIcon={{
@ -116,7 +114,6 @@ const About = () => {
}}
onPress={handleOnGithubPress}
title="GitHub"
chevron
/>
<BlueCard>
<View style={{ backgroundColor: '#f9f9f9', padding: 16, paddingTop: 0, borderRadius: 8 }}>