From e9c31317de6b65a64eb6db62cb8145531051d40a Mon Sep 17 00:00:00 2001 From: Sunghyun627 Date: Tue, 6 Aug 2024 09:10:28 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EC=B4=88=EA=B3=BC=ED=95=9C=20?= =?UTF-8?q?=EC=8A=A4=ED=83=9D=EC=9D=98=20=EA=B0=9C=EC=88=98=EB=A5=BC=20?= =?UTF-8?q?=EB=82=98=ED=83=80=EB=82=B4=EB=8A=94=20text=EC=97=90=20padding?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80=EA=B0=80=20(SP-669)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Components/RecruitmentCard/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/RecruitmentCard/index.tsx b/src/Components/RecruitmentCard/index.tsx index 2d5c6e6a..1d43698c 100644 --- a/src/Components/RecruitmentCard/index.tsx +++ b/src/Components/RecruitmentCard/index.tsx @@ -225,5 +225,6 @@ const StackCountText = styled.span` font-weight: 500; line-height: 40px; color: ${(props) => props.theme.color.black2}; + padding-left: 0.5rem; `; export default RecruitmentCard;