Local graph node color always yellow even when changing theme after v0.12.12

It’s a feature. The quoted text explains how to disable it through CSS, if you use it as a snippet, that should bring it back to how it was before.

.graph-view.color-fill-focused {
    color: transparent;
}
1 Like