From 33ac82c3b9aec88b3eb670db4ded8a3fbb00aa56 Mon Sep 17 00:00:00 2001 From: ww8007 Date: Tue, 10 Oct 2023 05:32:18 +0900 Subject: [PATCH] =?UTF-8?q?design:=20border=20radius=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bookmarks/ui/Like/SkeletonBookmarkLikeList.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bookmarks/ui/Like/SkeletonBookmarkLikeList.tsx b/src/bookmarks/ui/Like/SkeletonBookmarkLikeList.tsx index 4e465bb1..ad07c19b 100644 --- a/src/bookmarks/ui/Like/SkeletonBookmarkLikeList.tsx +++ b/src/bookmarks/ui/Like/SkeletonBookmarkLikeList.tsx @@ -50,7 +50,6 @@ const ItemWrapper = styled.div` const LinkWrapper = styled.div` display: flex; align-items: center; - border-radius: ${getRem(16)}; padding: ${getRem(15, 0)}; width: 100%; padding-left: ${getRem(20)};