feat: error connections
This commit is contained in:
@@ -162,6 +162,12 @@ body {
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.react-flow__edge path.animated-edge-path.animated-edge-path--error,
|
||||
.animated-edge-path.animated-edge-path--error {
|
||||
stroke: hsl(0 70% 50%);
|
||||
transition: none;
|
||||
}
|
||||
|
||||
@keyframes edge-flow {
|
||||
0% {
|
||||
stroke-dashoffset: 14;
|
||||
|
||||
Reference in New Issue
Block a user