fix: increase max text size to 300

This commit is contained in:
Maze Winther
2025-07-10 23:22:57 +02:00
parent 3d6786a587
commit c86d200297

View File

@ -48,7 +48,7 @@ export function TextProperties({
<Slider
defaultValue={[element.fontSize]}
min={8}
max={200}
max={300}
step={1}
onValueChange={([value]) =>
updateTextElement(trackId, element.id, { fontSize: value })