From 120893209ebbdac4ed716b9cb045684b6a0afad9 Mon Sep 17 00:00:00 2001 From: lyzno1 Date: Sat, 11 Oct 2025 15:02:06 +0800 Subject: [PATCH] fix: align CommentPreview styles with design specs - Update border radius to 24px with 3px bottom-left corner - Change border width to 0.5px - Add backdrop blur effect with bg-blur variant - Replace custom shadow with standard shadow-lg - Maintain proper Tailwind utility class usage --- web/app/components/workflow/comment/comment-preview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/workflow/comment/comment-preview.tsx b/web/app/components/workflow/comment/comment-preview.tsx index 65909a7e89..3e5f0a0834 100644 --- a/web/app/components/workflow/comment/comment-preview.tsx +++ b/web/app/components/workflow/comment/comment-preview.tsx @@ -24,7 +24,7 @@ const CommentPreview: FC = ({ comment, onClick }) => { return (