diff --git a/native/chat/chat-input-bar.react.js b/native/chat/chat-input-bar.react.js --- a/native/chat/chat-input-bar.react.js +++ b/native/chat/chat-input-bar.react.js @@ -530,7 +530,7 @@ @@ -543,7 +543,7 @@ @@ -722,10 +722,11 @@ }, cameraRollIcon: { paddingBottom: Platform.OS === 'android' ? 12 : 11, - paddingRight: 6, + paddingRight: 10, }, container: { backgroundColor: 'listBackground', + paddingLeft: 20, }, expandButton: { bottom: 0, @@ -792,13 +793,13 @@ borderRadius: 12, color: 'listForegroundLabel', fontSize: 16, - marginLeft: 4, + marginLeft: 10, marginRight: 4, marginTop: 6, marginBottom: 8, maxHeight: 250, paddingHorizontal: 10, - paddingVertical: 5, + paddingVertical: Platform.OS === 'android' ? 5 : 8, }, };