Merge pull request #648 from BlueWallet/center-invoice

center invoice success icon
This commit is contained in:
Overtorment 2019-09-18 11:17:56 +03:00 committed by GitHub
commit f464497f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,8 +155,8 @@ export default class LNDViewInvoice extends Component {
borderRadius: 60,
alignSelf: 'center',
justifyContent: 'center',
marginTop: 43,
marginBottom: 53,
marginTop: -100,
marginBottom: 30,
}}
>
<Icon name="check" size={50} type="font-awesome" color="#0f5cc0" />
@ -192,8 +192,8 @@ export default class LNDViewInvoice extends Component {
borderRadius: 60,
alignSelf: 'center',
justifyContent: 'center',
marginTop: 43,
marginBottom: 53,
marginTop: -100,
marginBottom: 30,
}}
>
<Icon name="times" size={50} type="font-awesome" color="#0f5cc0" />