From 0139a05c0f536e45d9221dc047c183ec566f5c88 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 9 Jun 2017 06:58:03 +0500 Subject: [PATCH] RN-162 - Increasing attachment button size (#610) --- app/components/post_textbox/post_textbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/post_textbox/post_textbox.js b/app/components/post_textbox/post_textbox.js index 08267fb8c..dd2e9d4fc 100644 --- a/app/components/post_textbox/post_textbox.js +++ b/app/components/post_textbox/post_textbox.js @@ -474,7 +474,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => { return StyleSheet.create({ buttonContainer: { height: 36, - width: 36, + width: 45, alignItems: 'center', justifyContent: 'center' },