Skip to content

Commit b31dff8

Browse files
committed
feat: aligned live stream button with theme
1 parent c7a0a44 commit b31dff8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/components/AgentRunRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default function AgentRunRow({ run, jobId }: Props) {
8686
<button
8787
class={`shrink-0 text-xs font-medium px-3 py-1.5 rounded-lg transition-colors ${
8888
isRunning
89-
? 'bg-green-800 text-green-200 hover:bg-green-700'
89+
? 'bg-hermes-400 text-zinc-950 hover:bg-hermes-500'
9090
: 'bg-zinc-700 text-zinc-300 hover:bg-zinc-600'
9191
}`}
9292
onClick={() => navigate(viewHref)}

0 commit comments

Comments
 (0)