WIP: redesign

This commit is contained in:
Overtorment 2018-06-29 01:04:55 +01:00
parent c43ec87bb0
commit 139bd68d07
2 changed files with 13 additions and 3 deletions

View file

@ -525,7 +525,12 @@ export class BlueReceiveButtonIcon extends Component {
return (
<TouchableOpacity
{...this.props}
style={{ flex: 1, position: 'absolute', bottom: 30, left: 80 }}
style={{
flex: 1,
position: 'absolute',
bottom: 30,
left: (isIpad && 30) || 80,
}}
>
<View>
<View
@ -583,7 +588,12 @@ export class BlueSendButtonIcon extends Component {
return (
<TouchableOpacity
{...this.props}
style={{ flex: 1, position: 'absolute', bottom: 30, right: 85 }}
style={{
flex: 1,
position: 'absolute',
bottom: 30,
right: (isIpad && 30) || 85,
}}
>
<View>
<View

View file

@ -7,7 +7,7 @@
"ios"
],
"ios": {
"buildNumber": "42",
"buildNumber": "43",
"supportsTablet": false,
"isRemoteJSEnabled": false,
"bundleIdentifier": "io.bluewallet.bluewallet",