feat(ui): add color prop support to ProviderIcon component (#384)

This commit is contained in:
YoVinchen
2025-12-10 15:20:10 +08:00
committed by GitHub
parent 8876d67807
commit 3cdce2eced
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ export const iconMetadata: Record<string, IconMetadata> = {
displayName: "OpenAI",
category: "ai-provider",
keywords: ["gpt", "chatgpt"],
defaultColor: "#00A67E",
defaultColor: "currentColor",
},
packycode: {
name: "packycode",