diff --git a/apps/web/src/app/main/path/components/PathCard.tsx b/apps/web/src/app/main/path/components/PathCard.tsx index fa696bb..dfdc79b 100755 --- a/apps/web/src/app/main/path/components/PathCard.tsx +++ b/apps/web/src/app/main/path/components/PathCard.tsx @@ -51,7 +51,7 @@ export default function PathCard({ path }: pathCardProps) { ? "green" : "orange" } - className="px-3 py-1 rounded-full bg-blue-100 text-blue-600 border-0"> + className="px-3 py-1 rounded-full border-0"> {term.name} ); @@ -61,7 +61,7 @@ export default function PathCard({ path }: pathCardProps) {