diff --git a/docs/examples/layout/AnimationEdge.vue b/docs/examples/layout/AnimationEdge.vue index 3c15e22e..715ff9fb 100644 --- a/docs/examples/layout/AnimationEdge.vue +++ b/docs/examples/layout/AnimationEdge.vue @@ -70,7 +70,7 @@ const edgeColor = toRef(() => { } if (targetNodeData.value.isFinished) { - return '#10b981' + return '#42B983' } if (targetNodeData.value.isCancelled || targetNodeData.value.isSkipped) { @@ -195,6 +195,7 @@ export default {