diff --git a/wallets/react-wallet-v2/src/components/AccountCard.tsx b/wallets/react-wallet-v2/src/components/AccountCard.tsx index 180c499..7b613b3 100644 --- a/wallets/react-wallet-v2/src/components/AccountCard.tsx +++ b/wallets/react-wallet-v2/src/components/AccountCard.tsx @@ -16,7 +16,7 @@ export default function AccountCard({ name, logo, rgb, address }: Props) { function onCopy() { navigator?.clipboard?.writeText(address) setCopied(true) - setTimeout(() => setCopied(false), 1000) + setTimeout(() => setCopied(false), 1500) } return ( @@ -49,10 +49,10 @@ export default function AccountCard({ name, logo, rgb, address }: Props) { - +