rewrite/decrease copy text

This commit is contained in:
skidoodle 2022-06-13 19:17:52 +02:00
parent 1dbee7b012
commit 2ed6be610d

View file

@ -23,11 +23,11 @@ const Icon = ({icon, reference, copy = false} : {icon: any, reference: any, copy
const doThings = (value: any) => { const doThings = (value: any) => {
copy(value) copy(value)
toast.remove() toast.remove()
toast.success('Successfully copied to clipboard', { toast.success('Copied to clipboard', {
style: { style: {
background: '#111', background: '#111',
color: '#fff', color: '#fff',
fontSize: '1.1rem' fontSize: '1em'
} }
}) })
} }