We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad73bd commit 94f9496Copy full SHA for 94f9496
1 file changed
src/pages/Home/OOTD/Feed/index.tsx
@@ -242,7 +242,7 @@ const Feed: React.FC<FeedProps> = ({ feed }) => {
242
</div>
243
</Reaction>
244
<MatchingBtn onClick={handleMatchingButtonClick}>
245
- <Message color="white" />
+ <Message width="16" height="16" color="white" />
246
<StyledText $textTheme={{ style: 'body1-regular' }} color={theme.colors.text.contrast}>
247
매칭 요청
248
</StyledText>
0 commit comments