From 0888de247e94463b8d1ad0cf718f71e0cc0d476b Mon Sep 17 00:00:00 2001 From: Alex Yaroshuk Date: Fri, 6 Feb 2026 05:09:56 +0800 Subject: [PATCH] make close btn visible in prompt input comment --- packages/app/src/components/prompt-input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app/src/components/prompt-input.tsx b/packages/app/src/components/prompt-input.tsx index f40b61bca5e..9186dcfa3e0 100644 --- a/packages/app/src/components/prompt-input.tsx +++ b/packages/app/src/components/prompt-input.tsx @@ -1799,7 +1799,7 @@ export const PromptInput: Component = (props) => { type="button" icon="close-small" variant="ghost" - class="ml-auto size-3.5 opacity-0 group-hover:opacity-100 transition-all" + class="ml-auto size-3.5 text-text-weak hover:text-text-strong transition-all" onClick={(e) => { e.stopPropagation() if (item.commentID) comments.remove(item.path, item.commentID)