Merge branch 'master' into lessthan500

This commit is contained in:
marcosrdz 2021-01-15 15:49:23 -05:00
commit 63558711ec
2 changed files with 6 additions and 17 deletions

View file

@ -5,13 +5,17 @@
<key>aps-environment</key>
<string>development</string>
<key>com.apple.developer.icloud-container-identifiers</key>
<array/>
<array>
<string>iCloud.io.bluewallet.bluewallet</string>
</array>
<key>com.apple.developer.icloud-services</key>
<array>
<string>CloudDocuments</string>
</array>
<key>com.apple.developer.ubiquity-container-identifiers</key>
<array/>
<array>
<string>iCloud.io.bluewallet.bluewallet</string>
</array>
<key>com.apple.developer.ubiquity-kvstore-identifier</key>
<string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string>
<key>com.apple.security.app-sandbox</key>

View file

@ -244,9 +244,6 @@ const WalletsList = () => {
<Text style={[styles.ltTextBig, stylesHook.ltTextBig]}>{loc.hodl.local_trader}</Text>
<Text style={[styles.ltTextSmall, stylesHook.ltTextSmall]}>{loc.hodl.p2p}</Text>
</View>
<View style={styles.ltButtonWrap}>
<Text style={styles.ltButton}>{loc.hodl.local_trader_new}</Text>
</View>
</TouchableOpacity>
);
return isLargeScreen ? <SafeAreaView>{button}</SafeAreaView> : button;
@ -531,18 +528,6 @@ const styles = StyleSheet.create({
fontSize: 13,
fontWeight: '500',
},
ltButtonWrap: {
flexDirection: 'column',
backgroundColor: '#007AFF',
borderRadius: 16,
},
ltButton: {
paddingHorizontal: 16,
paddingVertical: 8,
fontSize: 13,
color: '#fff',
fontWeight: '600',
},
footerRoot: {
top: 80,
height: 160,