Skip to content

Commit

Permalink
Merge pull request #209 from liam-hq/change-edge-color
Browse files Browse the repository at this point in the history
fix: change stroke of RelationshipEdge
  • Loading branch information
MH4GF authored Dec 11, 2024
2 parents d0a63b8 + 67af5ca commit c4896b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.edge {
stroke: var(--global-border);
stroke: var(--pane-border-hover);
stroke-dasharray: 2;
transition: stroke 0.3s var(--default-timing-function);
}
Expand Down

0 comments on commit c4896b5

Please sign in to comment.