mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
style: hover of copy markdown button
This commit is contained in:
@@ -54,7 +54,7 @@ export function CopyMarkdownButton({
|
|||||||
size="sm"
|
size="sm"
|
||||||
variant="text"
|
variant="text"
|
||||||
onClick={handleCopy}
|
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"
|
title="Copy as markdown"
|
||||||
>
|
>
|
||||||
{copied ? (
|
{copied ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user