diff options
| -rw-r--r-- | src/components/comments/CommentTextField.tsx | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/comments/CommentTextField.tsx b/src/components/comments/CommentTextField.tsx index 6d86eb3f..1b2142d4 100644 --- a/src/components/comments/CommentTextField.tsx +++ b/src/components/comments/CommentTextField.tsx @@ -147,7 +147,7 @@ const styles = StyleSheet.create({      borderRadius: 999,      justifyContent: 'center',      alignItems: 'center', -    marginRight: '3%', +    marginRight: '1%',      marginVertical: '2%',      alignSelf: 'flex-end',    },  | 
