aboutsummaryrefslogtreecommitdiff
path: root/src/components/messages/ChatInput.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/messages/ChatInput.tsx')
-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',
},
});