fix: inputs alignments (#8570)

This commit is contained in:
Nuno 2026-05-21 09:14:38 +02:00 committed by GitHub
parent 9e907566f0
commit aa5a6ba7f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 0 deletions

View File

@ -94,6 +94,8 @@ const styles = StyleSheet.create({
flex: 1,
paddingHorizontal: 8,
minHeight: 33,
fontSize: 15,
lineHeight: 19,
},
});

View File

@ -202,5 +202,7 @@ const styles = StyleSheet.create({
flex: 1,
marginHorizontal: 8,
minHeight: 33,
fontSize: 15,
lineHeight: 19,
},
});

View File

@ -1659,6 +1659,8 @@ const styles = StyleSheet.create({
marginHorizontal: 8,
minHeight: 33,
color: '#81868e',
fontSize: 15,
lineHeight: 19,
},
fee: {
flexDirection: 'row',

View File

@ -592,6 +592,8 @@ const styles = StyleSheet.create({
flex: 1,
marginHorizontal: 8,
color: '#81868e',
fontSize: 15,
lineHeight: 19,
},
buttons: {
flexDirection: 'column',