Skip to content

Commit 3474cd7

Browse files
committed
add color for projects
1 parent 08cb484 commit 3474cd7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/cmem/react-flow/configuration/_colors-workflow.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
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)};

0 commit comments

Comments
 (0)