diff options
Diffstat (limited to 'src/components/messages/ChatInput.tsx')
-rw-r--r-- | src/components/messages/ChatInput.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/messages/ChatInput.tsx b/src/components/messages/ChatInput.tsx index 36f83012..005d4401 100644 --- a/src/components/messages/ChatInput.tsx +++ b/src/components/messages/ChatInput.tsx @@ -103,6 +103,7 @@ const styles = StyleSheet.create({ container: { alignItems: 'center', width: '100%', + top: -10, }, textContainer: { width: '95%', |