Skip to content

Commit

Permalink
style: 마이페이지 폰트 크게 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoribogo committed Dec 3, 2023
1 parent 817a9cf commit fd45fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/MyPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const MyPage = () => {
</div>
) : (
<div className="relative flex items-center">
<div className="text-xl text-black dark:text-white md:text-3xl">
<div className="text-2xl text-black dark:text-white md:text-3xl">
{user?.name}
</div>
<div className="absolute -right-8 flex h-6 w-6 items-center justify-center rounded-full border bg-white dark:bg-main-red-200 md:-right-9 md:h-7 md:w-7">
Expand All @@ -145,7 +145,7 @@ const MyPage = () => {
</div>
</div>
)}
<div className="text-sm text-gray-300 dark:text-white md:text-lg">
<div className="text-base text-gray-300 dark:text-white md:text-xl">
{user?.email}
</div>
</div>
Expand Down

0 comments on commit fd45fb3

Please sign in to comment.