mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-29 22:07:46 +03:00
fixed alignment in boostScreen
This commit is contained in:
parent
5574cb3979
commit
3ace89801f
@ -49,7 +49,6 @@ export default EStyleSheet.create({
|
||||
},
|
||||
autocompleteLineContainer: {
|
||||
flexDirection: 'row',
|
||||
paddingHorizontal: 20,
|
||||
zIndex: 999,
|
||||
},
|
||||
autocompleteLabelText: {
|
||||
@ -72,7 +71,8 @@ export default EStyleSheet.create({
|
||||
},
|
||||
autocompleteLabelContainer: {
|
||||
flex: 1,
|
||||
padding: 10,
|
||||
paddingVertical: 10,
|
||||
paddingHorizontal: 16,
|
||||
justifyContent: 'center',
|
||||
color: '$primaryBlack',
|
||||
maxWidth: '$deviceWidth / 2.9',
|
||||
|
Loading…
Reference in New Issue
Block a user