Change flow port label CSS variable

This commit is contained in:
Mauricio Bonani 2021-11-22 16:24:14 -05:00
parent 3e0f080ea7
commit 49a9376073
2 changed files with 2 additions and 1 deletions

View File

@ -197,6 +197,7 @@ $view-select-mode-background: $secondary-background-selected;
$view-grid-color: #eee;
$node-label-color: #333;
$node-port-label-color: #888;
$node-border: #999;
$node-border-unknown: #f33;
$node-border-placeholder: #aaa;

View File

@ -47,7 +47,7 @@
.red-ui-flow-port-label {
stroke-width: 0;
fill: $secondary-text-color;
fill: $node-port-label-color;
font-size: 16px;
dominant-baseline: middle;
text-anchor: middle;