1 parent c7a0a44 commit b31dff8Copy full SHA for b31dff8
1 file changed
app/src/components/AgentRunRow.tsx
@@ -86,7 +86,7 @@ export default function AgentRunRow({ run, jobId }: Props) {
86
<button
87
class={`shrink-0 text-xs font-medium px-3 py-1.5 rounded-lg transition-colors ${
88
isRunning
89
- ? 'bg-green-800 text-green-200 hover:bg-green-700'
+ ? 'bg-hermes-400 text-zinc-950 hover:bg-hermes-500'
90
: 'bg-zinc-700 text-zinc-300 hover:bg-zinc-600'
91
}`}
92
onClick={() => navigate(viewHref)}
0 commit comments