fix: increase max text size to 300
This commit is contained in:
parent
3d6786a587
commit
c86d200297
|
|
@ -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 })
|
||||
|
|
|
|||
Loading…
Reference in New Issue