diff --git a/apps/website/src/app/page.tsx b/apps/website/src/app/page.tsx
index 494351922..033617c46 100644
--- a/apps/website/src/app/page.tsx
+++ b/apps/website/src/app/page.tsx
@@ -1214,7 +1214,7 @@ function ListSectionBadge(props: ListBadgeProps) {
function ChecksSection() {
const checkCircle = (
-
+
);
const questionmarkCircle = (
diff --git a/examples/with-nextjs/src/app/components/ImpersonationShield.tsx b/examples/with-nextjs/src/app/components/ImpersonationShield.tsx
index a4c5ba12f..3c76a3d15 100644
--- a/examples/with-nextjs/src/app/components/ImpersonationShield.tsx
+++ b/examples/with-nextjs/src/app/components/ImpersonationShield.tsx
@@ -13,7 +13,7 @@ function textColor(rating?: Rating) {
return "text-red-700";
}
case "pass": {
- return "text-green-700";
+ return "text-emerald-600";
}
case "warn": {
return "text-yellow-600";
diff --git a/packages/nameguard-react/src/components/NameShield/index.tsx b/packages/nameguard-react/src/components/NameShield/index.tsx
index bbf6b26f1..ccb021d54 100644
--- a/packages/nameguard-react/src/components/NameShield/index.tsx
+++ b/packages/nameguard-react/src/components/NameShield/index.tsx
@@ -11,7 +11,7 @@ function textColor(rating?: Rating) {
return "text-red-600";
}
case "pass": {
- return "text-emerald-500";
+ return "text-emerald-600";
}
case "warn": {
return "text-amber-500";
diff --git a/packages/nameguard-react/src/components/Report/Banner.tsx b/packages/nameguard-react/src/components/Report/Banner.tsx
index fced89f23..72c1a2259 100644
--- a/packages/nameguard-react/src/components/Report/Banner.tsx
+++ b/packages/nameguard-react/src/components/Report/Banner.tsx
@@ -14,7 +14,7 @@ function textColor(rating: Rating) {
return "text-red-700";
}
case "pass": {
- return "text-green-700";
+ return "text-emerald-600";
}
case "warn": {
return "text-yellow-600";
diff --git a/packages/nameguard-react/src/components/Share/Share.tsx b/packages/nameguard-react/src/components/Share/Share.tsx
index 97182c846..70d28e39f 100644
--- a/packages/nameguard-react/src/components/Share/Share.tsx
+++ b/packages/nameguard-react/src/components/Share/Share.tsx
@@ -52,7 +52,7 @@ export function Share({ name }: ShareProps) {
`https://nameguard.io/inspect/${encodeURIComponent(name)}`
);
toast.success("Link copied to clipboard", {
- icon: ,
+ icon: ,
});
closeModal();
};
diff --git a/packages/nameguard-react/src/components/Shield/Shield.tsx b/packages/nameguard-react/src/components/Shield/Shield.tsx
index 05b5d7a96..591fd09bd 100644
--- a/packages/nameguard-react/src/components/Shield/Shield.tsx
+++ b/packages/nameguard-react/src/components/Shield/Shield.tsx
@@ -17,7 +17,7 @@ function textColor(rating: Rating) {
return "text-red-600";
}
case "pass": {
- return "text-emerald-500";
+ return "text-emerald-600";
}
case "warn": {
return "text-amber-500";
diff --git a/packages/nameguard-react/src/components/icons/Pass.tsx b/packages/nameguard-react/src/components/icons/Pass.tsx
index ccb8f8c16..dd9b2ef2f 100644
--- a/packages/nameguard-react/src/components/icons/Pass.tsx
+++ b/packages/nameguard-react/src/components/icons/Pass.tsx
@@ -11,7 +11,7 @@ export const PassIcon = (props: any) => (
>
(
>