style: text area bg
This commit is contained in:
@ -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 })
|
||||
}
|
||||
|
Reference in New Issue
Block a user