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',