mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-27 04:08:29 -06:00
Fixed Incorrect Default Edge Width
This commit is contained in:
@ -10,7 +10,7 @@ const SIDEBAR_WIDTH = 400;
|
|||||||
const DEFAULT_EDGE_STYLE = {
|
const DEFAULT_EDGE_STYLE = {
|
||||||
type: "bezier",
|
type: "bezier",
|
||||||
animated: true,
|
animated: true,
|
||||||
style: { strokeDasharray: "6 3", stroke: "#58a6ff", strokeWidth: 2 },
|
style: { strokeDasharray: "6 3", stroke: "#58a6ff", strokeWidth: 1 },
|
||||||
label: "",
|
label: "",
|
||||||
labelStyle: { fill: "#fff", fontWeight: "bold" },
|
labelStyle: { fill: "#fff", fontWeight: "bold" },
|
||||||
labelBgStyle: { fill: "#2c2c2c", fillOpacity: 0.85, rx: 16, ry: 16 },
|
labelBgStyle: { fill: "#2c2c2c", fillOpacity: 0.85, rx: 16, ry: 16 },
|
||||||
|
Reference in New Issue
Block a user