Merge pull request #226 from esteemapp/bugfix/search

Fixed #215
This commit is contained in:
Feruz M 2018-12-12 12:25:22 +02:00 committed by GitHub
commit ce1301282d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ export default EStyleSheet.create({
color: '$primaryDarkGray',
fontSize: 14,
flexGrow: 1,
padding: 10,
padding: 7,
},
closeIconButton: {
width: 20,
@ -43,8 +43,8 @@ export default EStyleSheet.create({
fontSize: 22,
},
body: {
marginTop: 16,
marginRight: 24,
flex: 1,
},
searhItems: {
marginHorizontal: 30,