Merge pull request #528 from esteemapp/bugfix/#508

Bugfix/#508
This commit is contained in:
uğur erdal 2019-02-04 14:02:04 +03:00 committed by GitHub
commit 31a5e4d490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,8 @@ export default EStyleSheet.create({
textWrapper: {
flex: 1,
fontSize: 12,
paddingVertical: 16,
paddingTop: 16,
paddingBottom: 0, // On android side, textinput has default padding
paddingHorizontal: 16,
color: '$primaryBlack',
fontFamily: '$editorFont',

View File

@ -38,5 +38,6 @@ export default EStyleSheet.create({
},
safeArea: {
backgroundColor: '$primaryBackgroundColor',
flex: 1,
},
});