Skip to content

Commit fbb00cf

Browse files
committed
style: hover of copy markdown button
1 parent a63cdcf commit fbb00cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/app/changelog/components/copy-markdown-button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function CopyMarkdownButton({
5454
size="sm"
5555
variant="text"
5656
onClick={handleCopy}
57-
className={cn("flex items-center gap-1.5", copied && "!text-green-500 pointer-events-none")}
57+
className={cn("flex items-center gap-1.5", copied && "pointer-events-none")}
5858
title="Copy as markdown"
5959
>
6060
{copied ? (

0 commit comments

Comments
 (0)