From 0385fd4e1d286b5838c2f20ee357f5497fa156cf Mon Sep 17 00:00:00 2001 From: Michael Pilosov Date: Tue, 2 Jul 2024 09:13:28 -0600 Subject: [PATCH] feedback: color change --- .../pipeline-controller-info.component.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/webapp-common/pipelines-controller/pipeline-controller-info/pipeline-controller-info.component.scss b/src/app/webapp-common/pipelines-controller/pipeline-controller-info/pipeline-controller-info.component.scss index 66682747..043221fe 100644 --- a/src/app/webapp-common/pipelines-controller/pipeline-controller-info/pipeline-controller-info.component.scss +++ b/src/app/webapp-common/pipelines-controller/pipeline-controller-info/pipeline-controller-info.component.scss @@ -136,16 +136,16 @@ $log-header-height: 48px; left: 0; top: 0; pointer-events: none; - stroke: $blue-800; - fill: $blue-800; + stroke: $blue-600; + fill: $blue-600; .selected { stroke: $blue-200; fill: $blue-200; } .outgoing { - stroke: $blue-400; - fill: $blue-400; + stroke: $blue-300; + fill: $blue-300; } } }