fix(style): model status

This commit is contained in:
jialin
2024-07-08 19:47:47 +08:00
parent 9ad9539b51
commit 734368dd49
25 changed files with 109 additions and 83 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export const StatusColorMap: Record<StatusType, { text: string; bg: string }> =
bg: `var(--ant-green-1)`
},
inactive: {
text: `var(--ant-color-border)`,
text: `var(--ant-color-text-secondary)`,
bg: `var(--ant-color-fill)`
}
};