feat(ST-cmouhghqg000gik17y6xexdf2): fix textareaClass off-focus bg en border in task-dialog

Vervang bg-transparent door bg-input-background en border-input door
border-border zodat de textarea zichtbaar blijft in off-focus light mode.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Scrum4Me Agent 2026-05-07 13:56:47 +02:00
parent c6afde0ff6
commit f707a51229

View file

@ -75,7 +75,7 @@ function CharCount({ value, max }: { value: string; max: number }) {
}
const textareaClass = cn(
'flex w-full rounded-lg border border-input bg-transparent px-2.5 py-2 text-sm',
'flex w-full rounded-lg border border-border bg-input-background px-2.5 py-2 text-sm',
'transition-colors outline-none placeholder:text-muted-foreground resize-none',
'focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50',
'overflow-y-auto',