We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a4fb60 + d4e9e0a commit 7540e64Copy full SHA for 7540e64
app/view/netcreate/components/NCNode.jsx
@@ -901,7 +901,7 @@ class NCNode extends UNISYS.Component {
901
<button
902
className="edgebutton"
903
onClick={() => this.UIViewEdge(e.id)}
904
- style={{ uBackgroundColor: bgcolor }}
+ style={{ backgroundColor: bgcolor }}
905
>
906
{id === e.source ? me : sourceNode.label}
907
<span title={e.type}>{ARROW_RIGHT}</span>
0 commit comments