Merge pull request #1086 from esteemapp/fix/input-2

Fix/input 2
This commit is contained in:
uğur erdal 2019-08-27 00:31:30 +03:00 committed by GitHub
commit f6bc84af9a
2 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,7 @@ export default EStyleSheet.create({
opacity: 0.7, opacity: 0.7,
}, },
barIconButton: { barIconButton: {
marginLeft: 16, marginLeft: 0,
}, },
stickyRightWrapper: { stickyRightWrapper: {
flexGrow: 1, flexGrow: 1,

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,