Skip to content

Commit

Permalink
Update src/v1/profile/bookShelf/ProfileBookshelfPresenter.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: kyuran kim <[email protected]>
  • Loading branch information
minjongbaek and gxxrxn authored Dec 18, 2023
1 parent 8570418 commit 24bd510
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/v1/profile/bookShelf/ProfileBookshelfPresenter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ const ProfileBookshelfPresenter = ({
<div className="flex items-center justify-between">
<h3 className="text-lg font-bold">책장</h3>
<div className="flex gap-[2rem]">
<Badge colorScheme="red" fontWeight="bold" size="small">
<Badge colorScheme="red" fontWeight="bold" size="medium" isFilled={false}>
<div className="flex items-center gap-[0.4rem]">
<IconHeart
fill="#F56565"
stroke="white"
stroke-width={1.5}
height="1.3rem"
width="1.3rem"
height="1.4rem"
width="1.4rem"
/>
<div className="bold text-xs">{likeCount}</div>
</div>
Expand Down

0 comments on commit 24bd510

Please sign in to comment.