make delete handy color

This commit is contained in:
CJ Pais 2026-02-08 16:18:59 +08:00
parent 0bb6073108
commit 3eb370df80

View file

@ -217,11 +217,11 @@ const ModelCard: React.FC<ModelCardProps> = ({
)}
{onDelete && (status === "available" || status === "active") && (
<Button
variant="danger-ghost"
variant="ghost"
size="sm"
onClick={handleDelete}
title={t("modelSelector.deleteModel", { modelName: displayName })}
className="flex items-center gap-1.5 ml-auto"
className="flex items-center gap-1.5 ml-auto text-logo-primary/85 hover:text-logo-primary hover:bg-logo-primary/10"
>
<Trash2 className="w-3.5 h-3.5" />
<span>{t("common.delete")}</span>