Skip to content

Commit

Permalink
feat: Management Profile 간격 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
dydals3440 committed Feb 19, 2024
1 parent 26a9e7a commit bf7f18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/mate/ManagementProfile.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const UserNickName = styled.span`

const UserBio = styled.span`
width: 100%;
height: 15px;
height: 20px;
color: ${theme.COLOR.MAIN.LIGHT_BLACK};
font-size: ${FONT_SIZE.XS};
font-style: normal;
Expand Down

0 comments on commit bf7f18c

Please sign in to comment.