mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(editor): Nodes' icon color in dark mode (#12279)
This commit is contained in:
@@ -78,6 +78,7 @@ export class MemoryBufferWindow implements INodeType {
|
||||
displayName: 'Window Buffer Memory (easiest)',
|
||||
name: 'memoryBufferWindow',
|
||||
icon: 'fa:database',
|
||||
iconColor: 'black',
|
||||
group: ['transform'],
|
||||
version: [1, 1.1, 1.2, 1.3],
|
||||
description: 'Stores in n8n memory, so no credentials required',
|
||||
|
||||
Reference in New Issue
Block a user