diff --git a/ui/core/src/assets/styles/vis-styles.scss b/ui/core/src/assets/styles/vis-styles.scss index 1a80acede..6c75aa171 100644 --- a/ui/core/src/assets/styles/vis-styles.scss +++ b/ui/core/src/assets/styles/vis-styles.scss @@ -899,7 +899,7 @@ input.flow-chart-finder-input { } .fcn-placeholder { - color: #56ec00; + color: #f5e203; } .fcn-form { diff --git a/ui/core/src/views/Workflow.vue b/ui/core/src/views/Workflow.vue index 8ff959bcb..8f14783df 100644 --- a/ui/core/src/views/Workflow.vue +++ b/ui/core/src/views/Workflow.vue @@ -1723,16 +1723,16 @@ function condition(){ { node: { color: { - background: '#56ec00', - highlight: { background: '#56ec00' }, - hover: { background: '#56ec00' } + background: '#f5e203', + highlight: { background: '#f5e203' }, + hover: { background: '#f5e203' } }, borderWidthSelected: 3 }, edge: { font: { align: 'middle' }, arrows: 'to', - color: { color: '#56ec00', highlight: '#56ec00', hover: '#56ec00' } + color: { color: '#f5e203', highlight: '#f5e203', hover: '#f5e203' } } }], to: Infinity, @@ -1745,7 +1745,7 @@ function condition(){ icon: { face: 'Material Design Icons', code: '\u2B22', - color: '#56ec00' + color: '#f5e203' }, events: { dblclick: _.placeholderDblClick