From c86d20029716528149d0e9fae78ef5bed965e538 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Thu, 10 Jul 2025 23:22:57 +0200 Subject: [PATCH] fix: increase max text size to 300 --- .../src/components/editor/properties-panel/text-properties.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/editor/properties-panel/text-properties.tsx b/apps/web/src/components/editor/properties-panel/text-properties.tsx index ae186b2..e13dabc 100644 --- a/apps/web/src/components/editor/properties-panel/text-properties.tsx +++ b/apps/web/src/components/editor/properties-panel/text-properties.tsx @@ -48,7 +48,7 @@ export function TextProperties({ updateTextElement(trackId, element.id, { fontSize: value })