diff --git a/app/utils/textUtilities.ts b/app/utils/textUtilities.ts index 61d8624..d84917a 100644 --- a/app/utils/textUtilities.ts +++ b/app/utils/textUtilities.ts @@ -26,7 +26,7 @@ export async function copyToClipboard() { title: 'Texto copiado!', description: `${textOutput}`, icon: 'ph-clipboard-text', - color: type == 'activities' ? 'success' : 'info' + color: 'success' }) } catch (err) { console.error('Failed to copy: ', err)