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' },