mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-18 21:35:21 +01:00
REF: chevron on external items
This commit is contained in:
parent
f72540383f
commit
07e5314647
@ -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 }}>
|
||||
|
Loading…
Reference in New Issue
Block a user