File tree Expand file tree Collapse file tree
src/cmem/react-flow/configuration Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ $reactflow-color-project-node : #A5356E !default ; // Cannot be part of a workflow but we have no other place atm to configure it
12$reactflow-color-dataset-node : #3a7896 !default ;
23$reactflow-color-linking-node : #0097a7 !default ;
34$reactflow-color-transform-node : #40a691 !default ;
@@ -10,12 +11,14 @@ $reactflow-color-replaceable-input: #faa854 !default;
1011}
1112
1213.#{eccgui} -configuration--colors__react-flow-workflow {
14+ --projectNode : #{$reactflow-color-project-node } ;
1315 --datasetNode : #{$reactflow-color-dataset-node } ;
1416 --linkingNode : #{$reactflow-color-linking-node } ;
1517 --transformNode : #{$reactflow-color-transform-node } ;
1618 --taskNode : #{$reactflow-color-task-node } ;
1719 --workflowNode : #{$reactflow-color-workflow-node } ;
1820 --replaceableInput : #{$reactflow-color-replaceable-input } ;
21+ --projectNodeBright : #{bright ($reactflow-color-project-node )} ;
1922 --datasetNodeBright : #{bright ($reactflow-color-dataset-node )} ;
2023 --linkingNodeBright : #{bright ($reactflow-color-linking-node )} ;
2124 --transformNodeBright : #{bright ($reactflow-color-transform-node )} ;
You can’t perform that action at this time.
0 commit comments