Skip to content

Commit

Permalink
Color Edges similar to Node border
Browse files Browse the repository at this point in the history
Contributes: #70
  • Loading branch information
stephanzwicknagl committed Apr 4, 2024
1 parent 4923783 commit 874e5c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions frontend/src/lib/components/Edges.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export function Edges(props) {
borderColor={colorPalete.dark}
borderStyle={link.style}
borderWidth={1}
delay={1000}
within={`row_container ${link.transformation}`}
/>
);
Expand All @@ -39,7 +38,6 @@ export function Edges(props) {
borderColor={colorPalete.dark}
borderStyle={link.style}
borderWidth={1}
delay={1000}
within={`row_container ${link.transformation}`}
/>
);
Expand All @@ -52,10 +50,9 @@ export function Edges(props) {
toAnchor={'top center'}
to={link.tgt}
zIndex={5}
borderColor={colorPalete.dark}
borderColor={colorPalete.primary}
borderStyle={link.style}
borderWidth={1}
delay={1000}
borderWidth={0.1}
within={`row_container ${link.transformation}`}
/>
);
Expand Down
2 changes: 1 addition & 1 deletion frontend/viasp_dash/viasp_dash.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/viasp_dash/viasp_dash.min.js.map

Large diffs are not rendered by default.

0 comments on commit 874e5c9

Please sign in to comment.