visual lint

This commit is contained in:
Michael Quigley 2023-05-12 13:30:14 -04:00
parent 8bf2173c49
commit ebcbeeb900
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -22,7 +22,7 @@ const Network = (props) => {
const paintNode = (node, ctx) => {
let nodeColor = node.selected ? "#9BF316" : "#04adef";
let textColor = node.selected ? "black" : "white";
let textColor = "black";
ctx.textBaseline = "middle";
ctx.textAlign = "center";