aboutsummaryrefslogtreecommitdiff
path: root/src/components/comments
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/comments')
-rw-r--r--src/components/comments/AddComment.tsx2
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,