aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-04-23 16:11:37 -0700
committerShravya Ramesh <shravs1208@gmail.com>2021-04-23 16:11:37 -0700
commit0d3ba070abcf5fea0942bb68a55ec602123a6222 (patch)
tree8f4aa081d95a2fd3d559f97771738f45d61518cd /src/components
parentc43281c29c8454c0e7f43e5a19434a2d9f01ea8b (diff)
parentad6761fa990eb5eb85af068230bcbd680d49ce8a (diff)
Merge branch 'tma-807-onpress-indicator' of https://github.com/ankit-thanekar007/Frontend into tma-807-onpress-indicator
Diffstat (limited to 'src/components')
-rw-r--r--src/components/messages/ChatInput.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/messages/ChatInput.tsx b/src/components/messages/ChatInput.tsx
index 78c7529a..a6e5c458 100644
--- a/src/components/messages/ChatInput.tsx
+++ b/src/components/messages/ChatInput.tsx
@@ -134,7 +134,7 @@ const styles = StyleSheet.create({
justifyContent: 'flex-end',
alignItems: 'center',
marginRight: 10,
- width: 100,
+ width: 50,
alignSelf: 'flex-end',
},
});