From 09ea7cb45bb2281e7782d5f72ffe2376da24931b Mon Sep 17 00:00:00 2001 From: jschoi Date: Wed, 5 Nov 2025 14:45:39 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8B=A4=ED=81=AC=20=EB=AA=A8=EB=93=9C?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=ED=99=94=EC=9D=B4=ED=8A=B8=EB=A1=9C=20?= =?UTF-8?q?=EB=B0=B0=EA=B2=BD=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/vuetify.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/vuetify.js b/src/plugins/vuetify.js index c81c7d1..af632fc 100644 --- a/src/plugins/vuetify.js +++ b/src/plugins/vuetify.js @@ -8,9 +8,9 @@ export default createVuetify({ themes: { light: { colors: { - background: "#ffffff", // ⬅️ 페이지 배경을 흰색으로 - surface: "#ffffff", // 기본 표면도 흰색 - card: "#f7f8fa", // 카드만 아주 연한 회색(원하면 #ffffff로) + background: "#ffffff", + surface: "#ffffff", + card: "#f7f8fa", border: "#e7e9ee", text: "#2b2f33", muted: "#6b7280",