diff --git a/components/atoms/Pill/pill.tsx b/components/atoms/Pill/pill.tsx index 9d52398cb4..c982da8c6a 100644 --- a/components/atoms/Pill/pill.tsx +++ b/components/atoms/Pill/pill.tsx @@ -34,7 +34,7 @@ const Pill: React.FC = ({ className, text, color = "slate", size = "b color === "green" ? "text-light-grass-11" : color === "yellow" - ? "text-light-amber-10" + ? "text-amber-700" : color === "red" ? "text-light-red-11" : color === "purple"