Skip to content

Commit d160cca

Browse files
authored
fix(app): make close comment button visible in prompt input (#12349)
1 parent b551195 commit d160cca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/components/prompt-input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1799,7 +1799,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
17991799
type="button"
18001800
icon="close-small"
18011801
variant="ghost"
1802-
class="ml-auto size-3.5 opacity-0 group-hover:opacity-100 transition-all"
1802+
class="ml-auto size-3.5 text-text-weak hover:text-text-strong transition-all"
18031803
onClick={(e) => {
18041804
e.stopPropagation()
18051805
if (item.commentID) comments.remove(item.path, item.commentID)

0 commit comments

Comments
 (0)