mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-20 10:12:01 +01:00
Merge pull request #648 from BlueWallet/center-invoice
center invoice success icon
This commit is contained in:
commit
f464497f18
@ -155,8 +155,8 @@ export default class LNDViewInvoice extends Component {
|
|||||||
borderRadius: 60,
|
borderRadius: 60,
|
||||||
alignSelf: 'center',
|
alignSelf: 'center',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
marginTop: 43,
|
marginTop: -100,
|
||||||
marginBottom: 53,
|
marginBottom: 30,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Icon name="check" size={50} type="font-awesome" color="#0f5cc0" />
|
<Icon name="check" size={50} type="font-awesome" color="#0f5cc0" />
|
||||||
@ -192,8 +192,8 @@ export default class LNDViewInvoice extends Component {
|
|||||||
borderRadius: 60,
|
borderRadius: 60,
|
||||||
alignSelf: 'center',
|
alignSelf: 'center',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
marginTop: 43,
|
marginTop: -100,
|
||||||
marginBottom: 53,
|
marginBottom: 30,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Icon name="times" size={50} type="font-awesome" color="#0f5cc0" />
|
<Icon name="times" size={50} type="font-awesome" color="#0f5cc0" />
|
||||||
|
Loading…
Reference in New Issue
Block a user