diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-07-23 21:17:17 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-07-23 21:17:17 -0700 |
commit | 241f416830bd6919321f3a17a3cca6807c5c4079 (patch) | |
tree | 65bd6bce4a52c299876b07ab78039bfa639b1d62 | |
parent | 5936fb83e5ac073e2a172965a29009ce77305d45 (diff) |
Hide blue line
-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', }, |