diff --git a/web/app/components/base/user-avatar-list/index.tsx b/web/app/components/base/user-avatar-list/index.tsx index e9325a985d..0a0a920f57 100644 --- a/web/app/components/base/user-avatar-list/index.tsx +++ b/web/app/components/base/user-avatar-list/index.tsx @@ -50,7 +50,7 @@ export const UserAvatarList: FC = memo(({ name={user.name} avatar={user.avatar_url || null} size={size} - className='ring-2 ring-white' + className='ring-2 ring-components-panel-bg' backgroundColor={userColor} /> @@ -60,7 +60,7 @@ export const UserAvatarList: FC = memo(({ )} {shouldShowCount && remainingCount > 0 && (
= memo(({ comment, onClick }) => className={'relative h-10 overflow-hidden rounded-br-full rounded-tl-full rounded-tr-full'} style={{ width: dynamicWidth }} > -
+
= memo(({ mousePosition }) => transform: 'translate(-50%, -50%)', }} > - +
) }) diff --git a/web/app/components/workflow/comment/mention-input.tsx b/web/app/components/workflow/comment/mention-input.tsx index 48c957c479..3213942572 100644 --- a/web/app/components/workflow/comment/mention-input.tsx +++ b/web/app/components/workflow/comment/mention-input.tsx @@ -322,10 +322,10 @@ export const MentionInput: FC = memo(({ {!isEditing && (
- +
)} @@ -341,10 +341,10 @@ export const MentionInput: FC = memo(({ {isEditing && (
- +