diff options
| author | Brian Kim <brian@tagg.id> | 2021-06-16 23:11:49 +0900 |
|---|---|---|
| committer | Brian Kim <brian@tagg.id> | 2021-06-16 23:11:49 +0900 |
| commit | 41a9ecf350ccc1567e7cbf9c0a3413565d2397f7 (patch) | |
| tree | db18097a041c97ed418c2241a0c75e95f06aa28f /src/components/comments | |
| parent | 4a422e43c6a6deaeff5d8fcc692138454653e4b9 (diff) | |
Fix issue with background messing up appearance of AddComment elsewhere
Diffstat (limited to 'src/components/comments')
| -rw-r--r-- | src/components/comments/AddComment.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/comments/AddComment.tsx b/src/components/comments/AddComment.tsx index 01325475..4a1822a3 100644 --- a/src/components/comments/AddComment.tsx +++ b/src/components/comments/AddComment.tsx @@ -130,7 +130,7 @@ const AddComment: React.FC<AddCommentProps> = ({momentId, placeholderText}) => { const styles = StyleSheet.create({ container: { - backgroundColor: '#f7f7f7', + // backgroundColor: '#f7f7f7', alignItems: 'center', justifyContent: 'center', width: SCREEN_WIDTH, |
