Skip to content

Commit

Permalink
Fix style of reconnecting edge
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaseduoli authored and ogabrielluiz committed Nov 23, 2024
1 parent 07e2710 commit c53abb8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,12 @@ body {
transition-duration: 150ms;
stroke-width: 2px !important;
}
.react-flow__connection path {
transition: color;
stroke: var(--connection) !important;
transition-duration: 150ms;
stroke-width: 2px !important;
}

.react-flow__edge.running .react-flow__edge-path {
stroke: hsl(var(--foreground)) !important;
Expand Down

0 comments on commit c53abb8

Please sign in to comment.