fix: update copy button to use the proper cursor style when hovering
This commit is contained in:
@@ -14,7 +14,7 @@ export default function CopyButton({
|
||||
value,
|
||||
label,
|
||||
copiedLabel = "Copied!",
|
||||
className = "rounded-md p-1 text-neutral-600 transition-colors duration-200 hover:text-neutral-200",
|
||||
className = "rounded-md p-1 text-neutral-600 transition-colors duration-200 hover:text-neutral-200 cursor-pointer",
|
||||
children,
|
||||
}: CopyButtonProps) {
|
||||
const [copied, setCopied] = useState(false);
|
||||
|
||||
Reference in New Issue
Block a user