style: text area bg
This commit is contained in:
parent
fe6492f359
commit
f984f615ce
|
|
@ -31,7 +31,7 @@ export function TextProperties({
|
|||
<Textarea
|
||||
placeholder="Name"
|
||||
defaultValue={element.content}
|
||||
className="min-h-[4.5rem] resize-none"
|
||||
className="min-h-[4.5rem] resize-none bg-background/75"
|
||||
onChange={(e) =>
|
||||
updateTextElement(trackId, element.id, { content: e.target.value })
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue