Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4e3b212

Browse files
authored
make agent 'connecting' visually different from 'connected' (#3675)
1 parent4f8270d commit4e3b212

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)

[8]ページ先頭

©2009-2025 Movatter.jp