style: providers selection, remove fallback form

This commit is contained in:
jialin
2026-02-03 18:21:08 +08:00
parent 5fcdf4ea00
commit 15cd9795d5
18 changed files with 200 additions and 124 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export const StatusColorMap: Record<
},
inactive: {
text: `var(--ant-color-text-tertiary)`,
border: `rgba(200,200,200,1)`,
border: `var(--ant-color-border)`,
bg: `var(--ant-color-fill)`
}
};