diff --git a/src/pages/editor/components/tools/TextShape.tsx b/src/pages/editor/components/tools/TextShape.tsx index 7159b33..5127199 100644 --- a/src/pages/editor/components/tools/TextShape.tsx +++ b/src/pages/editor/components/tools/TextShape.tsx @@ -139,7 +139,7 @@ const TextShape = ({ textarea.style.width = `${textNode.width() * scaleX}px`; textarea.style.fontSize = `${textNode.fontSize() * scaleY}px`; textarea.style.border = "none"; - textarea.style.padding = "50px"; + textarea.style.padding = "0px"; textarea.style.margin = "0px"; textarea.style.overflow = "hidden"; textarea.style.background = "transparent";