From 2ed6be610de0985c6584cd4a40a91c63517db7cb Mon Sep 17 00:00:00 2001 From: skidoodle Date: Mon, 13 Jun 2022 19:17:52 +0200 Subject: [PATCH] rewrite/decrease copy text --- components/Icon.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Icon.tsx b/components/Icon.tsx index baef0b2..d17f1e9 100644 --- a/components/Icon.tsx +++ b/components/Icon.tsx @@ -23,11 +23,11 @@ const Icon = ({icon, reference, copy = false} : {icon: any, reference: any, copy const doThings = (value: any) => { copy(value) toast.remove() - toast.success('Successfully copied to clipboard', { + toast.success('Copied to clipboard', { style: { background: '#111', color: '#fff', - fontSize: '1.1rem' + fontSize: '1em' } }) }