Skip to content

Commit bd44a89

Browse files
benfdkingCopilot
andauthored
fix(vscode): make nodes no longer transparent (#4417)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 67792db commit bd44a89

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, #ffffff);
34
}
45
.react-flow__handle {
56
background-color: currentColor;

0 commit comments

Comments
 (0)