From 22e4298735cca2ec0c35d7138ba0f0e10913da66 Mon Sep 17 00:00:00 2001 From: Hye min Pyo <102423086+Pyotato@users.noreply.github.com> Date: Wed, 17 Apr 2024 20:21:50 +0900 Subject: [PATCH] feat: add img radius --- src/components/shared/ItemCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/shared/ItemCard.tsx b/src/components/shared/ItemCard.tsx index cd971be..af07406 100644 --- a/src/components/shared/ItemCard.tsx +++ b/src/components/shared/ItemCard.tsx @@ -24,10 +24,11 @@ const ItemCard = ({ > {`${article?.thumbnailUrl} @@ -87,6 +88,5 @@ export const Wrap = styled.div` .card-img { width: 6rem; - border-radius } `;