diff --git a/share_extension/android/extension_post/extension_post.js b/share_extension/android/extension_post/extension_post.js index 00f357d03..b71c13094 100644 --- a/share_extension/android/extension_post/extension_post.js +++ b/share_extension/android/extension_post/extension_post.js @@ -651,9 +651,11 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => { flex: 1, }, scrollView: { + flex: 1, padding: 15, }, input: { + flex: 1, color: theme.centerChannelColor, fontSize: 17, height: INPUT_HEIGHT,