From c05bcdaa487677c5bb9374e4afd1b547a0fb0ea7 Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Thu, 30 Apr 2026 12:32:39 +0330 Subject: [PATCH] math.round font size --- .../editor/components/sidebar/instructions/TextInstruction.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);