style: hover of copy markdown button

This commit is contained in:
Maze Winther 2026-03-02 17:29:43 +01:00
parent a63cdcfe7e
commit fbb00cf9cc
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ export function CopyMarkdownButton({
size="sm"
variant="text"
onClick={handleCopy}
className={cn("flex items-center gap-1.5", copied && "!text-green-500 pointer-events-none")}
className={cn("flex items-center gap-1.5", copied && "pointer-events-none")}
title="Copy as markdown"
>
{copied ? (