diff --git a/app/components/common/FilterButton.tsx b/app/components/common/FilterButton.tsx index 8e8911e..8375a93 100644 --- a/app/components/common/FilterButton.tsx +++ b/app/components/common/FilterButton.tsx @@ -16,11 +16,10 @@ export default function FilterButton({ }: FilterButtonProps) { return ( - - + setMainTab(value as "collaboration" | "matching")} + />
{mainTab === "collaboration" ? ( diff --git a/app/routes/matching/brand/components/BrandFilterBar.tsx b/app/routes/matching/brand/components/BrandFilterBar.tsx index f3b6256..77077ff 100644 --- a/app/routes/matching/brand/components/BrandFilterBar.tsx +++ b/app/routes/matching/brand/components/BrandFilterBar.tsx @@ -16,7 +16,7 @@ export default function BrandFilterBar({ category, onCategoryChange, searchKeywo
{(filterData[subTab as keyof typeof filterData] as readonly string[]).map((tag) => { const selected = currentTags.includes(tag); - if (filterType === "BEAUTY") { - return ( - toggleTag(tag)} - /> - ); - } return ( - toggleTag(tag)} + isSelected={selected} + onToggle={() => toggleTag(tag)} /> ); })} diff --git a/app/routes/matching/test/components/SelectChip.tsx b/app/routes/matching/test/components/SelectChip.tsx index b54518b..fb0c743 100644 --- a/app/routes/matching/test/components/SelectChip.tsx +++ b/app/routes/matching/test/components/SelectChip.tsx @@ -18,11 +18,10 @@ export default function SelectChip({ disabled={disabled} className={[ "flex items-center justify-center", - "h-[28px] px-[10px] py-1", + "h-[28px] px-2.5 py-1", "rounded-[20px]", "border", "text-body1", - "shadow-[0_1px_3px_0_var(--color-text-gray4)]", "transition-colors", disabled ? "opacity-50 cursor-not-allowed" : "active:opacity-90", isSelected diff --git a/app/routes/matching/test/step1/step1-content.tsx b/app/routes/matching/test/step1/step1-content.tsx index 1c4ccbb..3084272 100644 --- a/app/routes/matching/test/step1/step1-content.tsx +++ b/app/routes/matching/test/step1/step1-content.tsx @@ -86,7 +86,7 @@ export default function MatchingTestContent({
-
+

관심 있는 뷰티 특성