diff --git a/src/components/icon/Icon.tsx b/src/components/icon/Icon.tsx index 3b33a249..a2b817d3 100644 --- a/src/components/icon/Icon.tsx +++ b/src/components/icon/Icon.tsx @@ -8,14 +8,14 @@ const iconVariants = cva("inline-block", { color: { default: "", primary: "text-black", - gray800: "text-gray800", - gray600: "text-gray600", - gray300: "text-gray300", - gray100: "text-gray100", - danger100: "text-red100", - danger200: "text-red200", - danger300: "text-red300", - danger400: "text-red400", + gray800: "text-gray-800", + gray600: "text-gray-600", + gray300: "text-gray-300", + gray100: "text-gray-100", + danger100: "text-red-100", + danger200: "text-red-200", + danger300: "text-red-300", + danger400: "text-red-400", white: "text-white", }, size: {