mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
WIP: redesign
This commit is contained in:
parent
c43ec87bb0
commit
139bd68d07
2 changed files with 13 additions and 3 deletions
|
@ -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
|
||||
|
|
2
app.json
2
app.json
|
@ -7,7 +7,7 @@
|
|||
"ios"
|
||||
],
|
||||
"ios": {
|
||||
"buildNumber": "42",
|
||||
"buildNumber": "43",
|
||||
"supportsTablet": false,
|
||||
"isRemoteJSEnabled": false,
|
||||
"bundleIdentifier": "io.bluewallet.bluewallet",
|
||||
|
|
Loading…
Add table
Reference in a new issue