mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix: increase max text size to 300
This commit is contained in:
@@ -48,7 +48,7 @@ export function TextProperties({
|
|||||||
<Slider
|
<Slider
|
||||||
defaultValue={[element.fontSize]}
|
defaultValue={[element.fontSize]}
|
||||||
min={8}
|
min={8}
|
||||||
max={200}
|
max={300}
|
||||||
step={1}
|
step={1}
|
||||||
onValueChange={([value]) =>
|
onValueChange={([value]) =>
|
||||||
updateTextElement(trackId, element.id, { fontSize: value })
|
updateTextElement(trackId, element.id, { fontSize: value })
|
||||||
|
|||||||
Reference in New Issue
Block a user