fix(LangChain Code Node): Fix icon in dark mode (no-changelog) (#9863)

Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-06-27 12:09:43 +02:00
committed by GitHub
parent 4008c147d7
commit a43d6f0c5e
4 changed files with 15 additions and 8 deletions

View File

@@ -67,6 +67,7 @@ const versionDescription: INodeTypeDescription = {
displayName: 'Email Trigger (IMAP)',
name: 'emailReadImap',
icon: 'fa:inbox',
iconColor: 'green',
group: ['trigger'],
version: 2,
description: 'Triggers the workflow when a new email is received',