From 6c9c43601ce656799eb175f0dfc2f573544c8a9b Mon Sep 17 00:00:00 2001 From: ooherin <555ohr@naver.com> Date: Tue, 5 Nov 2024 17:33:13 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20autoLogin=20=EB=B2=84=EA=B7=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20=EB=B0=8F=20=EB=A9=94=EC=9D=B8=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EB=94=94=EC=9E=90=EC=9D=B8=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/components/Main/ArticlePreviewCard.tsx | 17 +++++++++++------ .../components/Main/ChecklistCardContainer.tsx | 8 +++++++- .../src/components/Main/ChecklistSection.tsx | 2 ++ .../components/Main/ChecklistSectionTitle.tsx | 1 + .../AddressModal/RealTimeAddressModal.tsx | 4 ++-- 5 files changed, 23 insertions(+), 9 deletions(-) diff --git a/frontend/src/components/Main/ArticlePreviewCard.tsx b/frontend/src/components/Main/ArticlePreviewCard.tsx index dab0fe996..77dd0bfd7 100644 --- a/frontend/src/components/Main/ArticlePreviewCard.tsx +++ b/frontend/src/components/Main/ArticlePreviewCard.tsx @@ -17,7 +17,7 @@ const ArticlePreviewCard = ({ index, article }: Props) => { const navigate = useNavigate(); const { articleId, keyword, title } = article; - const { color500, color600 } = getSeqColor(index); + const { color600, color200 } = getSeqColor(index); const handleClickArticle = () => { navigate(ROUTE_PATH.articleOne(articleId)); @@ -25,13 +25,15 @@ const ArticlePreviewCard = ({ index, article }: Props) => { return ( - {keyword} + + {keyword} + {title}