We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67792db commit bd44a89Copy full SHA for bd44a89
1 file changed
vscode/react/src/components/graph/Graph.css
@@ -1,5 +1,6 @@
1
.react-flow__node {
2
z-index: 10 !important;
3
+ background-color: var(--vscode-editor-background, #ffffff);
4
}
5
.react-flow__handle {
6
background-color: currentColor;
0 commit comments