Skip to content

Commit 81a83fd

Browse files
committed
fix(vscode): make nodes no longer transparent
1 parent 67792db commit 81a83fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vscode/react/src/components/graph/Graph.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.react-flow__node {
22
z-index: 10 !important;
3+
background-color: var(--vscode-editor-background);
34
}
45
.react-flow__handle {
56
background-color: currentColor;

0 commit comments

Comments
 (0)