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