We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b551195 commit d160ccaCopy full SHA for d160cca
1 file changed
packages/app/src/components/prompt-input.tsx
@@ -1799,7 +1799,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
1799
type="button"
1800
icon="close-small"
1801
variant="ghost"
1802
- 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"
1803
onClick={(e) => {
1804
e.stopPropagation()
1805
if (item.commentID) comments.remove(item.path, item.commentID)
0 commit comments