mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
background
This commit is contained in:
@@ -25,7 +25,7 @@ export function TextProperties({
|
|||||||
<Textarea
|
<Textarea
|
||||||
placeholder="Name"
|
placeholder="Name"
|
||||||
defaultValue={element.content}
|
defaultValue={element.content}
|
||||||
className="min-h-[4.5rem] resize-none bg-background/75"
|
className="min-h-[4.5rem] resize-none bg-background/50"
|
||||||
onChange={(e) =>
|
onChange={(e) =>
|
||||||
updateTextElement(trackId, element.id, { content: e.target.value })
|
updateTextElement(trackId, element.id, { content: e.target.value })
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user