Can I give my own color to text for my custom node in pallet ?.
I tried following code:-
labelStyle: function() {
return this.name?"red-ui-flow-node-status-dot-grey":"";
This does not change the color of the text in the nodes panel /left panel .It is always black.
But once I drag it to editor it gets the color.
Any help appreciated.