diff options
Diffstat (limited to 'src/components/messages')
-rw-r--r-- | src/components/messages/ChatInput.tsx | 2 |
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', }, }); |