fix: inputs alignments (#8570)
This commit is contained in:
parent
9e907566f0
commit
aa5a6ba7f0
@ -94,6 +94,8 @@ const styles = StyleSheet.create({
|
||||
flex: 1,
|
||||
paddingHorizontal: 8,
|
||||
minHeight: 33,
|
||||
fontSize: 15,
|
||||
lineHeight: 19,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
@ -202,5 +202,7 @@ const styles = StyleSheet.create({
|
||||
flex: 1,
|
||||
marginHorizontal: 8,
|
||||
minHeight: 33,
|
||||
fontSize: 15,
|
||||
lineHeight: 19,
|
||||
},
|
||||
});
|
||||
|
||||
@ -1659,6 +1659,8 @@ const styles = StyleSheet.create({
|
||||
marginHorizontal: 8,
|
||||
minHeight: 33,
|
||||
color: '#81868e',
|
||||
fontSize: 15,
|
||||
lineHeight: 19,
|
||||
},
|
||||
fee: {
|
||||
flexDirection: 'row',
|
||||
|
||||
@ -592,6 +592,8 @@ const styles = StyleSheet.create({
|
||||
flex: 1,
|
||||
marginHorizontal: 8,
|
||||
color: '#81868e',
|
||||
fontSize: 15,
|
||||
lineHeight: 19,
|
||||
},
|
||||
buttons: {
|
||||
flexDirection: 'column',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user