diff --git a/src/components/Option/Knowledge/index.tsx b/src/components/Option/Knowledge/index.tsx index 8d5f28a..f1ad058 100644 --- a/src/components/Option/Knowledge/index.tsx +++ b/src/components/Option/Knowledge/index.tsx @@ -37,8 +37,9 @@ export const KnowledgeSettings = () => { const statusColor = { finished: "green", - processing: "blue", - pending: "gray" + processing: "yellow", + pending: "gray", + failed: "red" } return (