docs: change stroke color of intro example node
This commit is contained in:
@@ -20,7 +20,7 @@ const initialEdges = [
|
|||||||
source: 'intro',
|
source: 'intro',
|
||||||
target: 'examples',
|
target: 'examples',
|
||||||
animated: true,
|
animated: true,
|
||||||
style: { strokeWidth: 2, stroke: '#8b5cf6' },
|
style: { strokeWidth: 2, stroke: '#ef467e' },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'eintro-documentation',
|
id: 'eintro-documentation',
|
||||||
@@ -142,7 +142,7 @@ onPaneReady(({ fitView }) => {
|
|||||||
source: 'intro',
|
source: 'intro',
|
||||||
target: 'examples',
|
target: 'examples',
|
||||||
animated: true,
|
animated: true,
|
||||||
style: { strokeWidth: 2, stroke: '#8b5cf6' },
|
style: { strokeWidth: 2, stroke: '#ef467e' },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'eexamples-documentation',
|
id: 'eexamples-documentation',
|
||||||
|
|||||||
Reference in New Issue
Block a user