From 0deb86ce5b88d74df5ceabe1d9c579a70fb63cbf Mon Sep 17 00:00:00 2001 From: enunsnv Date: Sat, 10 Jan 2026 00:41:08 +0900 Subject: [PATCH 1/3] =?UTF-8?q?style:=20border=20radius=20=EA=B8=B0?= =?UTF-8?q?=EB=B3=B8=EA=B0=92(--radius)=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/globals.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/globals.css b/src/styles/globals.css index 49dcff3b..e1448a9f 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -70,3 +70,7 @@ .animate-slide-in { animation: slide-in 0.3s ease-out; } + +:root { + --radius: 8px; +} From 5c576653329285f22f3fba513ba0ec58a024ceef Mon Sep 17 00:00:00 2001 From: enunsnv Date: Sun, 11 Jan 2026 15:56:14 +0900 Subject: [PATCH 2/3] =?UTF-8?q?style:=20gray-c=20=EC=83=89=EC=83=81=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=20=EB=B0=8F=20SearchBar=20border=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/university/search/SearchBar.tsx | 2 +- tailwind.config.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/university/search/SearchBar.tsx b/src/app/university/search/SearchBar.tsx index daeeacd8..d51459bc 100644 --- a/src/app/university/search/SearchBar.tsx +++ b/src/app/university/search/SearchBar.tsx @@ -59,7 +59,7 @@ const SearchBar = ({ initText }: SearchBarProps) => {
diff --git a/tailwind.config.ts b/tailwind.config.ts index 2aab1a25..209a3adb 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -149,6 +149,7 @@ const config: Config = { }, "gray-c": { "100": "#ececec", + "200": "#e5e7eb", }, // 하드코딩된 회색 계열 색상 gray: { From 321ed711eb1ecdce9c4e5b6c00e181125451c85b Mon Sep 17 00:00:00 2001 From: enunsnv Date: Sun, 11 Jan 2026 17:01:27 +0900 Subject: [PATCH 3/3] =?UTF-8?q?style:=20gray-c=20=EC=83=89=EC=83=81=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=20=EB=B0=8F=20MyProfileContent=20bg=20?= =?UTF-8?q?=EC=83=89=EC=83=81=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/my/_ui/MyProfileContent/index.tsx | 2 +- tailwind.config.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/my/_ui/MyProfileContent/index.tsx b/src/app/my/_ui/MyProfileContent/index.tsx index e1490448..5f6767ac 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 */} -
+
diff --git a/tailwind.config.ts b/tailwind.config.ts index 209a3adb..502b5451 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -150,6 +150,7 @@ const config: Config = { "gray-c": { "100": "#ececec", "200": "#e5e7eb", + "300": "#f9fafb", }, // 하드코딩된 회색 계열 색상 gray: {