Skip to content

Commit

Permalink
FE-17 💄 더보기 버튼 스타일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
newjinlee committed Jul 24, 2024
1 parent 35b61e6 commit 9068f87
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/main/LoadMoreButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ function LoadMoreButton({ onClick }: LoadMoreButtonProps) {
}
}}
>
<div className='w-6 h-6 relative' />
<Image src='/icon/plus-icon.svg' alt='plus icon' layout='fill' objectFit='contain' />
<div className='w-6 h-6 relative'>
<Image src='/icon/plus-icon.svg' alt='plus icon' layout='fill' objectFit='contain' />
</div>
<div className='text-#abb8ce text-sm font-normal font-Pretendard leading-normal'>더보기</div>
</div>
);
Expand Down

0 comments on commit 9068f87

Please sign in to comment.