diff --git a/app/src/components/ConnectionsLayer.vue b/app/src/components/ConnectionsLayer.vue index 1533f675964073e7f7a155818e373adb0f2fe123..25d42883cd9f2a8a7a6f85854285c9fcb542afe8 100644 --- a/app/src/components/ConnectionsLayer.vue +++ b/app/src/components/ConnectionsLayer.vue @@ -29,7 +29,7 @@ :y1="lines.y_pos_start + value.height / 4" :x2="lines.x_pos_end" :y2="lines.y_pos_end + value.height / 4" - style="stroke: rgb(255, 0, 0); stroke-width: 2" + style="stroke: rgb(255, 0, 0); stroke-width: 5" /> </g> </g> @@ -67,7 +67,7 @@ :y1="otherlines.y_pos_start + others.height / 4" :x2="otherlines.x_pos_end" :y2="otherlines.y_pos_end + others.height / 4" - style="stroke: rgb(255, 0, 0); stroke-width: 2" + style="stroke: rgb(255, 0, 0); stroke-width: 5" /> </g> </g>