From 572280f7b4db074036a7c0e542c4880bdbdd5c87 Mon Sep 17 00:00:00 2001 From: Ilja Date: Tue, 22 Feb 2022 13:52:20 +0200 Subject: [PATCH] adjust styling of copy btn tooltip --- wallets/react-wallet-v2/src/components/AccountCard.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) { - +