diff options
author | Brian Kim <brian@tagg.id> | 2021-06-12 03:37:38 +0900 |
---|---|---|
committer | Brian Kim <brian@tagg.id> | 2021-06-12 03:37:38 +0900 |
commit | 52ff7abbc60fc1eef1f8d67372de855ab09069a9 (patch) | |
tree | e0fdef98409040e64574b6910d9cc0fd1abc27b5 /src/components/comments/AddComment.tsx | |
parent | 98b11aebbc99ade873b7c8681ac38d6e0e72332c (diff) |
Add grey background
Diffstat (limited to 'src/components/comments/AddComment.tsx')
-rw-r--r-- | src/components/comments/AddComment.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/comments/AddComment.tsx b/src/components/comments/AddComment.tsx index c48ce627..c17fdd93 100644 --- a/src/components/comments/AddComment.tsx +++ b/src/components/comments/AddComment.tsx @@ -137,6 +137,8 @@ const styles = StyleSheet.create({ alignItems: 'center', justifyContent: 'center', width: SCREEN_WIDTH, + // paddingTop: 10, + // marginTop: 10, }, textContainer: { width: '95%', |