Change badges and button size

This commit is contained in:
Owen
2025-10-20 20:11:13 -07:00
committed by Pallavi Kumari
parent 7a6838f5a5
commit 70aeaf7b5d
4 changed files with 4 additions and 6 deletions

View File

@@ -110,8 +110,8 @@ export default function DNSRecordsTable({ records, domainId, isRefreshing }: Pro
verified ? (
<Badge variant="green">{t("verified")}</Badge>
) : (
<Badge variant="destructive">
{t("failed", { fallback: "Failed" })}
<Badge variant="yellow">
{t("pending", { fallback: "Pending" })}
</Badge>
)
);