Skip to content

Commit 4e3b212

Browse files
authored
make agent 'connecting' visually different from 'connected' (#3675)
1 parent 4f8270d commit 4e3b212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/util/workspace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export const getDisplayAgentStatus = (
200200
}
201201
case "connecting":
202202
return {
203-
color: theme.palette.success.main,
203+
color: theme.palette.primary.main,
204204
status: DisplayAgentStatusLanguage["connecting"],
205205
}
206206
case "disconnected":

0 commit comments

Comments
 (0)