REF: Margins values

This commit is contained in:
ncoelho 2020-12-04 10:33:25 +01:00
parent af8a1ef05f
commit 4534b812dd

View file

@ -400,7 +400,7 @@ const styles = StyleSheet.create({
textBtcUnit: { justifyContent: 'flex-end', bottom: 8 }, textBtcUnit: { justifyContent: 'flex-end', bottom: 8 },
bottomFeesWrapper: { justifyContent: 'center', alignItems: 'center', flexDirection: 'row' }, bottomFeesWrapper: { justifyContent: 'center', alignItems: 'center', flexDirection: 'row' },
bottomWrapper: { marginTop: 16 }, bottomWrapper: { marginTop: 16 },
marginConfirmButton: { margin: 16, marginBottom: 48 }, marginConfirmButton: { marginTop: 16, marginHorizontal: 32, marginBottom: 48 },
height80: { height80: {
height: 80, height: 80,
}, },