Add css var for node font color

This commit is contained in:
Nick O'Leary
2021-06-14 09:26:40 +01:00
parent a3a4fc0cc2
commit 69b9ff69be

View File

@@ -81,6 +81,7 @@
--red-ui-node-status-changed-border: #{$node-status-changed-border};
--red-ui-node-status-changed-background: #{$node-status-changed-background};
--red-ui-node-label-color: #{$node-label-color};
--red-ui-node-selected-color: #{$node-selected-color};
--red-ui-port-selected-color: #{$port-selected-color};
}