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