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