style: text area bg

This commit is contained in:
Maze Winther
2025-07-10 21:49:27 +02:00
parent fe6492f359
commit f984f615ce

View File

@ -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 })
}