We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff41d2 commit 4faa00dCopy full SHA for 4faa00d
src/app/components/LinkControls.tsx
@@ -1,5 +1,5 @@
1
import React from 'react';
2
-
+// Font size of the Controls label and Dropdowns
3
const controlStyles = { fontSize: 10 };
4
5
type Props = {
@@ -54,7 +54,6 @@ export default function LinkControls({
54
>
55
<option value='diagonal'>Diagonal</option>
56
<option value='step'>Step</option>
57
- <option value='curve'>Curve</option>
58
<option value='line'>Line</option>
59
</select>
60
{linkType === 'step' && layout !== 'polar' && (
0 commit comments