make agent 'connecting' visually different from 'connected' (#3675)

This commit is contained in:
Garrett Delfosse
2022-08-24 17:54:45 +00:00
committed by GitHub
parent 4f8270d95b
commit 4e3b212707
+1 -1
View File
@@ -200,7 +200,7 @@ export const getDisplayAgentStatus = (
}
case "connecting":
return {
color: theme.palette.success.main,
color: theme.palette.primary.main,
status: DisplayAgentStatusLanguage["connecting"],
}
case "disconnected":