[FIX] Minor bug fixes in MentionList and MentionNode UI (#2600)
* fix: removed text color in peek view * fix: fixed list view UI bugs and node view colors * feat: update imports in suggestions for mentionSuggestion type * fix: updated mention list css * fix: updated mention node UI according to the design provided * style: update the mentions dropdown UI * style: mentioned users UI in the editor --------- Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
This commit is contained in:
parent
a9b72fa1d2
commit
da391064aa
5 changed files with 115 additions and 119 deletions
|
|
@ -140,7 +140,7 @@ export const PeekOverviewIssueDetails: FC<IPeekOverviewIssueDetails> = (props) =
|
|||
</div>
|
||||
<span>{errors.name ? errors.name.message : null}</span>
|
||||
|
||||
<span className="text-black">
|
||||
<span className="">
|
||||
<RichTextEditor
|
||||
uploadFile={fileService.getUploadFileFunction(workspaceSlug)}
|
||||
deleteFile={fileService.deleteImage}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue