diff options
author | Brian Kim <brian@tagg.id> | 2021-06-15 03:53:00 +0900 |
---|---|---|
committer | Brian Kim <brian@tagg.id> | 2021-06-15 03:53:00 +0900 |
commit | bc2c093e9342ed8deb98652d1c278417dd6435f3 (patch) | |
tree | e94fa0e2d270f966c33804ff99179b042febec3b /src/components/comments/AddComment.tsx | |
parent | 5d8357b7e370a51a5f13b316582bcbcd595566d9 (diff) |
Fixed styles for comments vs captions
Diffstat (limited to 'src/components/comments/AddComment.tsx')
-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 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> |