fix: show success message

This commit is contained in:
Sérgio Salgado 2021-01-08 16:25:47 +00:00 committed by Josh Harvey
parent ae7eaca10c
commit b80b729388
2 changed files with 35 additions and 8 deletions

View file

@ -62,6 +62,10 @@ const styles = {
flexDirection: 'column',
alignItems: 'center'
},
textWrapper: {
display: 'flex',
flexDirection: 'column'
},
qrTextIcon: {
marginRight: 16
},