Skip to content

Commit 761591d

Browse files
benfdkingCopilot
andauthored
Update vscode/react/src/components/graph/Graph.css
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 81a83fd commit 761591d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.react-flow__node {
22
z-index: 10 !important;
3-
background-color: var(--vscode-editor-background);
3+
background-color: var(--vscode-editor-background, #ffffff);
44
}
55
.react-flow__handle {
66
background-color: currentColor;

0 commit comments

Comments
 (0)