diff --git a/src/pages/editor/components/sidebar/instructions/TextInstruction.tsx b/src/pages/editor/components/sidebar/instructions/TextInstruction.tsx index 30bc80b..ee3f133 100644 --- a/src/pages/editor/components/sidebar/instructions/TextInstruction.tsx +++ b/src/pages/editor/components/sidebar/instructions/TextInstruction.tsx @@ -118,7 +118,7 @@ const TextInstruction: FC = () => { { const numValue = parseInt(e.target.value) || 0; handleChange("fontSize", numValue);