diff options
-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', }, }); |