From 2f23caa2d12c77b516a484d4af69caf704dd1f25 Mon Sep 17 00:00:00 2001 From: yubin Date: Sat, 10 Aug 2024 14:13:36 +0900 Subject: [PATCH] =?UTF-8?q?Design:=20=EC=9E=84=EB=B0=95=EC=88=9C=20?= =?UTF-8?q?=ED=95=84=ED=84=B0=EB=A7=8C=20=EC=9A=B0=EC=B8=A1=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EB=9D=84=EC=9A=B0=EB=8F=84=EB=A1=9D=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/containers/home/FilterList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/home/FilterList.tsx b/src/containers/home/FilterList.tsx index 813df08..5d6e7c7 100644 --- a/src/containers/home/FilterList.tsx +++ b/src/containers/home/FilterList.tsx @@ -44,7 +44,7 @@ const FilterList = ({ key={item.title} type="button" className={cn( - 'border border-gray-400 font-semibold text-gray-400 rounded-3xl py-1 px-4 text-sm hover:text-white hover:bg-primary hover:border-primary transition-all', + 'border border-gray-400 font-semibold text-gray-400 rounded-3xl py-1 px-4 text-sm hover:text-white hover:bg-primary hover:border-primary transition-all last-of-type:ml-auto', item.status && 'text-white bg-primary border-primary', )} onClick={item.onClick}