Adjust margin and tap area of reply icon (#1422)

This commit is contained in:
enahum 2018-02-09 13:21:00 -03:00 committed by Harrison Healey
parent 9a0a43ae35
commit 39181bd7b9

View file

@ -263,7 +263,10 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
replyIconContainer: {
flexDirection: 'row',
alignItems: 'center',
justifyContent: 'center'
justifyContent: 'center',
height: 30,
minWidth: 40,
paddingVertical: 10
},
replyText: {
fontSize: 15,