diff --git a/src/hooks/useCreateElement.ts b/src/hooks/useCreateElement.ts index ced72ac0..06da120c 100644 --- a/src/hooks/useCreateElement.ts +++ b/src/hooks/useCreateElement.ts @@ -157,7 +157,7 @@ export default () => { end, points: data.points, color: themeColor.value, - style: 'solid', + style: data.style, width: 2, }) }