background
This commit is contained in:
parent
4fc14947ad
commit
f43021e994
|
|
@ -25,7 +25,7 @@ export function TextProperties({
|
|||
<Textarea
|
||||
placeholder="Name"
|
||||
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) =>
|
||||
updateTextElement(trackId, element.id, { content: e.target.value })
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue