background

This commit is contained in:
Maze Winther
2025-07-10 22:40:01 +02:00
parent 4fc14947ad
commit f43021e994

View File

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