ST-cmowjeq3q: UI: render hint apart onder error-message in IdeaMdEditor

Vervang <span block mt-0.5 text-status-blocked/80> door <div mt-1 text-foreground/80>
voor de Tip-hint per plan-spec (MD3-token, geen status-kleur).
This commit is contained in:
Scrum4Me Agent 2026-05-08 12:41:24 +02:00
parent d394ced20f
commit 0ce9342039

View file

@ -124,9 +124,7 @@ export function IdeaMdEditor({ ideaId, kind, initialValue, onCancel }: Props) {
{err.line ? `Regel ${err.line}: ` : ''}
{err.message}
{err.hint && (
<span className="block mt-0.5 text-status-blocked/80">
Tip: {err.hint}
</span>
<div className="mt-1 text-foreground/80">Tip: {err.hint}</div>
)}
</li>
))}