diff --git a/ui/src/components/features/AgentWorkbench.tsx b/ui/src/components/features/AgentWorkbench.tsx
index cbf7b02..e6fe719 100644
--- a/ui/src/components/features/AgentWorkbench.tsx
+++ b/ui/src/components/features/AgentWorkbench.tsx
@@ -34,7 +34,7 @@ export function AgentWorkbench({ agent, lines, busy, onSendPrompt, compact }: Pr
}, [lines, busy])
return (
-
+
setInput(e.target.value)}
placeholder={selectedAgent ? `Command ${selectedAgent.name.split(' ·')[0]}…` : 'Enter command — auto-routed to specialist…'}
disabled={busy}
- className="flex-1"
+ className="flex-1 bg-surface text-foreground placeholder:text-foreground-faint dark:bg-[#0d1520] dark:text-slate-100 dark:placeholder:text-slate-500"
/>