From d2c1d4c3371fe4182889d72479bb6dd111b796b0 Mon Sep 17 00:00:00 2001 From: lyzno1 Date: Mon, 13 Oct 2025 12:24:28 +0800 Subject: [PATCH] style: update mention dropdown UI to match design specs - Update container: rounded-xl, border-0.5px, backdrop-blur, bg opacity 95% - Update items: rounded-md with asymmetric padding (py-1 pl-2 pr-3) - Use project design tokens (shadow-lg, bg-state-base-hover) --- web/app/components/workflow/comment/mention-input.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/components/workflow/comment/mention-input.tsx b/web/app/components/workflow/comment/mention-input.tsx index 31fc706ed0..9fb438c516 100644 --- a/web/app/components/workflow/comment/mention-input.tsx +++ b/web/app/components/workflow/comment/mention-input.tsx @@ -594,7 +594,7 @@ const MentionInputInner = forwardRef(({ {showMentionDropdown && filteredMentionUsers.length > 0 && typeof document !== 'undefined' && createPortal(
(({
insertMention(user)}