Skip to content

Commit

Permalink
FE: [fix] 글자크기 조정 #148
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeona01 committed Dec 9, 2024
1 parent 6d6e251 commit c826a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/components/mypage/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Profile = () => {
{data.nickName}
</div>
<div className="flex flex-col gap-2 p-2 rounded shadow-sm bg-white">
<div className="text-[8px] font-semibold text-black flex justify-between">
<div className="text-[10px] font-semibold text-black flex justify-between">
<p>나의 러닝 스타일</p>
<p className="cursor-pointer"></p>
</div>
Expand Down

0 comments on commit c826a1c

Please sign in to comment.