diff --git a/package.json b/package.json index 1971667..38bf600 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@internxt/ui", - "version": "0.1.9", + "version": "0.1.10", "description": "Library of Internxt components", "repository": { "type": "git", diff --git a/src/components/copyable/Copyable.tsx b/src/components/copyable/Copyable.tsx index 578c55b..3a2b878 100644 --- a/src/components/copyable/Copyable.tsx +++ b/src/components/copyable/Copyable.tsx @@ -53,7 +53,7 @@ const Copyable = ({ className="ml-6" popsFrom="bottom" title={justCopied ? copiedText : copyToClipboardText} - delayInMs={justCopied ? 500 : undefined} + delayHideInMs={justCopied ? 500 : undefined} >