From c65f5cf56e80cfa5813a17c32841525165f08b0f Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Thu, 8 Feb 2024 20:16:03 +0100 Subject: [PATCH] chore(docs): cleanup styles --- docs/examples/layout/AnimationEdge.vue | 3 ++- docs/examples/layout/ProcessNode.vue | 11 ++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) 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 {