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 @@ @@ -717,15 +717,16 @@ const unboundStyles = { cameraIcon: { - paddingBottom: Platform.OS === 'android' ? 12 : 11, - paddingRight: 4, + paddingBottom: Platform.OS === 'android' ? 11 : 8, + paddingRight: 5, }, cameraRollIcon: { - paddingBottom: Platform.OS === 'android' ? 12 : 11, - paddingRight: 6, + paddingBottom: Platform.OS === 'android' ? 11 : 8, + paddingRight: 5, }, container: { backgroundColor: 'listBackground', + paddingLeft: Platform.OS === 'android' ? 10 : 5, }, expandButton: { bottom: 0, @@ -734,6 +735,7 @@ }, expandIcon: { paddingBottom: Platform.OS === 'android' ? 13 : 11, + paddingRight: 2, }, expandoButtons: { alignSelf: 'flex-end',