From e510651c71fe4275e9a1bf6f1aaf6db4f6840173 Mon Sep 17 00:00:00 2001 From: eunjeong <137691527+enunsnv@users.noreply.github.com> Date: Thu, 22 Jan 2026 01:44:04 +0900 Subject: [PATCH] =?UTF-8?q?style:=20stage=20UI=20=EC=88=98=EC=A0=95=20(#35?= =?UTF-8?q?2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * style: border radius 기본값(--radius) 추가 * style: gray-c 색상 추가 및 SearchBar border 수정 * style: gray-c 색상 추가 및 MyProfileContent bg 색상 수정 * style: border radius 값을 고정 px 값으로 수정 * fix: prettier 변동 사항에 따른 정렬 수정 --- src/app/my/_ui/MyProfileContent/index.tsx | 2 +- src/app/university/search/SearchBar.tsx | 2 +- src/styles/globals.css | 15 +++++++++++---- tailwind.config.ts | 8 +++++--- 4 files changed, 18 insertions(+), 9 deletions(-) diff --git a/src/app/my/_ui/MyProfileContent/index.tsx b/src/app/my/_ui/MyProfileContent/index.tsx index e1490448..0d8b8dfa 100644 --- a/src/app/my/_ui/MyProfileContent/index.tsx +++ b/src/app/my/_ui/MyProfileContent/index.tsx @@ -80,7 +80,7 @@ const MyProfileContent = () => {
{/* Profile Card */} -