Skip to content

Commit 32d34ed

Browse files
committed
Set better edge transparency
1 parent 02b007a commit 32d34ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/viz.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const Viz = () => {
6969
labelRenderedSizeThreshold: settings.labelRenderThreshold.value.rawVal,
7070
itemSizesReference: "positions",
7171
zoomToSizeRatioFunction: (x) => x,
72-
defaultEdgeColor: "rgba(204,204,204,0.82)",
72+
defaultEdgeColor: "rgba(204,204,204,0.85)",
7373
defaultEdgeType: "thinline",
7474
edgeProgramClasses: {
7575
thinline: EdgeLineProgram,

0 commit comments

Comments
 (0)