[PE-93] regression: mention users highlight color, reomve bot users from search list (#6258)
* chore: remove bot users in mention * fix: user highlight color --------- Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
This commit is contained in:
parent
9f5def3a6a
commit
d54c1bae03
3 changed files with 9 additions and 6 deletions
|
|
@ -58,9 +58,9 @@ export const EditorUserMention: React.FC<Props> = observer((props) => {
|
|||
return (
|
||||
<div
|
||||
className={cn(
|
||||
"not-prose group/user-mention inline px-1 py-0.5 rounded bg-yellow-500/20 text-yellow-500 no-underline",
|
||||
"not-prose group/user-mention inline px-1 py-0.5 rounded bg-custom-primary-100/20 text-custom-primary-100 no-underline",
|
||||
{
|
||||
"bg-custom-primary-100/20 text-custom-primary-100": id === currentUser?.id,
|
||||
"bg-yellow-500/20 text-yellow-500": id === currentUser?.id,
|
||||
}
|
||||
)}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue