aboutsummaryrefslogtreecommitdiff
path: root/src/components/comments
diff options
context:
space:
mode:
authorBrian Kim <brian@tagg.id>2021-06-15 03:53:00 +0900
committerBrian Kim <brian@tagg.id>2021-06-15 03:53:00 +0900
commitbc2c093e9342ed8deb98652d1c278417dd6435f3 (patch)
treee94fa0e2d270f966c33804ff99179b042febec3b /src/components/comments
parent5d8357b7e370a51a5f13b316582bcbcd595566d9 (diff)
Fixed styles for comments vs captions
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 c48ce627..db85d525 100644
--- a/src/components/comments/AddComment.tsx
+++ b/src/components/comments/AddComment.tsx
@@ -122,7 +122,7 @@ const AddComment: React.FC<AddCommentProps> = ({momentId, placeholderText}) => {
);
}}
inputRef={ref}
- partTypes={mentionPartTypes('blue')}
+ partTypes={mentionPartTypes('blue', 'comment')}
addComment={addComment}
/>
</View>