You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/07/28 09:43:44 UTC

[incubator-streampipes] 01/04: [hotfix] Fix color of group titles in editor

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git

commit 9894034ed8c3f1e87c11d257c4b659a2306a14d7
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Thu Jul 28 09:27:28 2022 +0200

    [hotfix] Fix color of group titles in editor
---
 .../pipeline-element-icon-stand.component.scss                           | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ui/src/app/editor/components/pipeline-element-icon-stand/pipeline-element-icon-stand.component.scss b/ui/src/app/editor/components/pipeline-element-icon-stand/pipeline-element-icon-stand.component.scss
index 8ede96477..fcd2a84c3 100644
--- a/ui/src/app/editor/components/pipeline-element-icon-stand/pipeline-element-icon-stand.component.scss
+++ b/ui/src/app/editor/components/pipeline-element-icon-stand/pipeline-element-icon-stand.component.scss
@@ -110,6 +110,7 @@
   border-radius: 3px;
   font-size: small;
   background: var(--color-primary);
+  color: var(--color-accent);
 }
 
 .sort-option {