Fixed pin code design issue

This commit is contained in:
Mustafa Buyukcelebi 2019-08-02 14:38:50 +03:00
parent 4909c81a8b
commit c57b88f57c

View File

@ -8,15 +8,12 @@ export default EStyleSheet.create({
width: '$deviceWidth / 1.8',
},
buttonGroup: {
flex: 1,
flexDirection: 'row',
flexWrap: 'wrap',
justifyContent: 'space-between',
marginBottom: 30,
},
lastButtonGroup: {
width: '63%',
flex: 1,
flexDirection: 'row',
justifyContent: 'space-between',
alignSelf: 'flex-end',