From 39181bd7b9875175d3e5ee15b11ae8ec0a551b6f Mon Sep 17 00:00:00 2001 From: enahum Date: Fri, 9 Feb 2018 13:21:00 -0300 Subject: [PATCH] Adjust margin and tap area of reply icon (#1422) --- app/components/post_header/post_header.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/components/post_header/post_header.js b/app/components/post_header/post_header.js index 22e25b8ca..b17ad439f 100644 --- a/app/components/post_header/post_header.js +++ b/app/components/post_header/post_header.js @@ -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,