From 3d0cc49489421d299192a9a72642a6991061f87c Mon Sep 17 00:00:00 2001 From: joshcho Date: Thu, 28 Aug 2025 23:46:07 +0900 Subject: [PATCH] =?UTF-8?q?DESIGN=20-=20=ED=99=88=ED=99=94=EB=A9=B4=20?= =?UTF-8?q?=EC=BA=90=EB=A6=AD=ED=84=B0=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20?= =?UTF-8?q?=EB=B9=84=EC=9C=A8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/HomePage.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 69a8fb9..3ba726c 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -45,8 +45,7 @@ const UserCharacterWrapper = styled.div` const UserCharacterImage = styled.img` width: 100%; height: 100%; - border-radius: 10px; - object-fit: cover; + object-fit: contain; `; const UserNicknameText = styled.p`