[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:
Aaryan Khandelwal 2024-12-23 15:25:40 +05:30 committed by GitHub
parent 9f5def3a6a
commit d54c1bae03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 6 deletions

View file

@ -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,
}
)}
>