feat(svelte): cleanup styling, use css variables
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
.svelte-flow__edge-path,
|
||||
.svelte-flow__connection-path {
|
||||
stroke: #b1b1b7;
|
||||
stroke: var(--connection-line-color);
|
||||
stroke-width: 1;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user