Skip to content

Commit 94f9496

Browse files
committed
Design: 피드 매칭 요청 아이콘 크기 조정
1 parent cad73bd commit 94f9496

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/Home/OOTD/Feed/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ const Feed: React.FC<FeedProps> = ({ feed }) => {
242242
</div>
243243
</Reaction>
244244
<MatchingBtn onClick={handleMatchingButtonClick}>
245-
<Message color="white" />
245+
<Message width="16" height="16" color="white" />
246246
<StyledText $textTheme={{ style: 'body1-regular' }} color={theme.colors.text.contrast}>
247247
매칭 요청
248248
</StyledText>

0 commit comments

Comments
 (0)