tighter check

This commit is contained in:
Alessandro
2025-07-29 12:45:34 +02:00
parent 24dc140431
commit 8cb54fbf46
2 changed files with 8 additions and 4 deletions

View File

@@ -149,7 +149,9 @@
label: 'Explicit Prop Blue Color (should override CSS)',
markerEnd: {
type: MarkerType.ArrowClosed,
color: '#0000ff'
color: '#0000ff',
width: 40,
height: 40
}
},
{
@@ -159,7 +161,9 @@
label: 'Marker No Prop Color (should use CSS variable)',
markerEnd: {
type: MarkerType.ArrowClosed,
color: null
color: undefined,
width: 40,
height: 40
}
}
]);