diff --git a/src/components/providers/ProviderCard.tsx b/src/components/providers/ProviderCard.tsx index a457742..7d9fb64 100644 --- a/src/components/providers/ProviderCard.tsx +++ b/src/components/providers/ProviderCard.tsx @@ -90,12 +90,12 @@ export function ProviderCard({ return (
@@ -117,15 +117,18 @@ export function ProviderCard({
-
+

{provider.name}

- {isCurrent && ( - - {t("provider.currentlyUsing")} - - )} + + {t("provider.currentlyUsing")} +
{displayUrl && ( diff --git a/src/index.css b/src/index.css index b2a55c1..72e555f 100644 --- a/src/index.css +++ b/src/index.css @@ -73,7 +73,6 @@ /* 全局基础样式 */ * { box-sizing: border-box; - border-color: hsl(var(--border)); } html {