aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShravya Ramesh <37447613+shravyaramesh@users.noreply.github.com>2021-04-23 16:01:15 -0700
committerGitHub <noreply@github.com>2021-04-23 16:01:15 -0700
commitad6761fa990eb5eb85af068230bcbd680d49ce8a (patch)
treeb7467c6a56f2a1843f070c531d973f96c6167752 /src
parent82d4c3d8d2c6eb6ab71b543933866bb4a8ed4ec3 (diff)
parent5f3bfdc0f6e1b24c2f024b308b66cbd1ed2b12d6 (diff)
Merge branch 'master' into tma-807-onpress-indicator
Diffstat (limited to 'src')
-rw-r--r--src/components/messages/ChatInput.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/messages/ChatInput.tsx b/src/components/messages/ChatInput.tsx
index 78c7529a..fb06c883 100644
--- a/src/components/messages/ChatInput.tsx
+++ b/src/components/messages/ChatInput.tsx
@@ -134,7 +134,8 @@ const styles = StyleSheet.create({
justifyContent: 'flex-end',
alignItems: 'center',
marginRight: 10,
- width: 100,
+ width: 50,
+ // width: 100,
alignSelf: 'flex-end',
},
});