From 95104fdca2ca7f036a8fab0258be553f3b3eb157 Mon Sep 17 00:00:00 2001 From: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com> Date: Sun, 29 May 2022 18:12:23 +0200 Subject: [PATCH] docs: change stroke color of intro example node --- docs/components/home/flows/Intro.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/home/flows/Intro.vue b/docs/components/home/flows/Intro.vue index 93727e86..638ee291 100644 --- a/docs/components/home/flows/Intro.vue +++ b/docs/components/home/flows/Intro.vue @@ -20,7 +20,7 @@ const initialEdges = [ source: 'intro', target: 'examples', animated: true, - style: { strokeWidth: 2, stroke: '#8b5cf6' }, + style: { strokeWidth: 2, stroke: '#ef467e' }, }, { id: 'eintro-documentation', @@ -142,7 +142,7 @@ onPaneReady(({ fitView }) => { source: 'intro', target: 'examples', animated: true, - style: { strokeWidth: 2, stroke: '#8b5cf6' }, + style: { strokeWidth: 2, stroke: '#ef467e' }, }, { id: 'eexamples-documentation',