From 3ee55718bfa76dda9c3aea08234268a3eef27ed6 Mon Sep 17 00:00:00 2001 From: Lee jin <83453646+j-nary@users.noreply.github.com> Date: Fri, 11 Oct 2024 05:41:39 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EC=83=89=EC=83=81=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../page/meetingDetail/Information/InformationPanel.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/page/meetingDetail/Information/InformationPanel.tsx b/src/components/page/meetingDetail/Information/InformationPanel.tsx index b168bf9c..8f102e0c 100644 --- a/src/components/page/meetingDetail/Information/InformationPanel.tsx +++ b/src/components/page/meetingDetail/Information/InformationPanel.tsx @@ -90,7 +90,7 @@ const InformationPanel = ({ detailData }: InformationPanelProps) => { {title === '모집 대상' && ( {partList?.map(part => ( - + {part} ))} @@ -151,6 +151,7 @@ const SDescription = styled('p', { const STarget = styled(SDescription, { display: 'flex', gap: '$10', + color: '$gray10', mb: '$24',