docs: change stroke color of intro example node

This commit is contained in:
bcakmakoglu
2022-05-29 18:12:23 +02:00
parent eef7c49e23
commit 95104fdca2
+2 -2
View File
@@ -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',