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",