diff options
author | Shravya Ramesh <37447613+shravyaramesh@users.noreply.github.com> | 2021-04-23 16:01:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 16:01:15 -0700 |
commit | ad6761fa990eb5eb85af068230bcbd680d49ce8a (patch) | |
tree | b7467c6a56f2a1843f070c531d973f96c6167752 /src/components/messages/ChatInput.tsx | |
parent | 82d4c3d8d2c6eb6ab71b543933866bb4a8ed4ec3 (diff) | |
parent | 5f3bfdc0f6e1b24c2f024b308b66cbd1ed2b12d6 (diff) |
Merge branch 'master' into tma-807-onpress-indicator
Diffstat (limited to 'src/components/messages/ChatInput.tsx')
-rw-r--r-- | src/components/messages/ChatInput.tsx | 3 |
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', }, }); |