diff --git a/apps/web/src/app/my/_ui/MyProfileContent/index.tsx b/apps/web/src/app/my/_ui/MyProfileContent/index.tsx index c9d66d8b..545939be 100644 --- a/apps/web/src/app/my/_ui/MyProfileContent/index.tsx +++ b/apps/web/src/app/my/_ui/MyProfileContent/index.tsx @@ -70,7 +70,7 @@ const MyProfileContent = () => {

{nickname}님은

현재{" "} - + {profileData.role === UserRole.ADMIN ? "어드민" : isMentor ? "멘토" : "멘티"} {" "} 솔커예요. diff --git a/apps/web/src/app/university/search/SearchBar.tsx b/apps/web/src/app/university/search/SearchBar.tsx index 7c0d1d4d..8f3bd06d 100644 --- a/apps/web/src/app/university/search/SearchBar.tsx +++ b/apps/web/src/app/university/search/SearchBar.tsx @@ -58,7 +58,7 @@ const SearchBar = ({ initText, homeUniversitySlug }: SearchBarProps) => {

diff --git a/apps/web/src/styles/globals.css b/apps/web/src/styles/globals.css index ec70a401..5032fd86 100644 --- a/apps/web/src/styles/globals.css +++ b/apps/web/src/styles/globals.css @@ -52,7 +52,7 @@ } .score-table th { - @apply typo-sb-7 text-black; + @apply text-black typo-sb-7; } .score-table tbody tr { @@ -60,7 +60,7 @@ } .score-table td { - @apply min-w-[30px] flex-1 overflow-hidden whitespace-nowrap typo-medium-3 text-gray-600; + @apply min-w-[30px] flex-1 overflow-hidden whitespace-nowrap text-gray-600 typo-medium-3; } .score-table td:nth-of-type(5) { diff --git a/apps/web/tailwind.config.ts b/apps/web/tailwind.config.ts index d210c091..7e5bb8a5 100644 --- a/apps/web/tailwind.config.ts +++ b/apps/web/tailwind.config.ts @@ -149,6 +149,8 @@ const config: Config = { }, "gray-c": { "100": "#ececec", + "200": "#e5e7eb", + "300": "#f9fafb", }, // 하드코딩된 회색 계열 색상 gray: {