Skip to content

Commit

Permalink
design: 쪽지함 placeholder 아이콘 비율 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
shinhyojeong committed Jan 29, 2024
1 parent f737a98 commit 7d29087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/messagebox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ const MessageBoxPage = ({ roomId: defaultRoomId }: Props): ReactElement => {
<MessageBoxPlaceholder
image={{
url: IMAGE.MAIL,
width: '90px',
height: '90px'
width: '81px',
height: '67px'
}}
message={`쪽지 내역이 없어요.\n구매하고 싶은 상품에 가격을 제안해보세요.`}
/>
Expand Down

0 comments on commit 7d29087

Please sign in to comment.