Merge pull request #1071 from esteemapp/bugfix/input

fixed input alignment
This commit is contained in:
uğur erdal 2019-08-25 14:51:43 +03:00 committed by GitHub
commit 9403e9ef44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,6 +73,7 @@ export default EStyleSheet.create({
padding: 10, padding: 10,
justifyContent: 'center', justifyContent: 'center',
color: '$primaryBlack', color: '$primaryBlack',
maxWidth: '$deviceWidth / 2.9',
}, },
textarea: { textarea: {
borderWidth: 1, borderWidth: 1,