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