|
|
|
@ -8,9 +8,9 @@ export default createVuetify({
|
|
|
|
themes: {
|
|
|
|
themes: {
|
|
|
|
light: {
|
|
|
|
light: {
|
|
|
|
colors: {
|
|
|
|
colors: {
|
|
|
|
background: "#ffffff", // ⬅️ 페이지 배경을 흰색으로
|
|
|
|
background: "#ffffff",
|
|
|
|
surface: "#ffffff", // 기본 표면도 흰색
|
|
|
|
surface: "#ffffff",
|
|
|
|
card: "#f7f8fa", // 카드만 아주 연한 회색(원하면 #ffffff로)
|
|
|
|
card: "#f7f8fa",
|
|
|
|
border: "#e7e9ee",
|
|
|
|
border: "#e7e9ee",
|
|
|
|
text: "#2b2f33",
|
|
|
|
text: "#2b2f33",
|
|
|
|
muted: "#6b7280",
|
|
|
|
muted: "#6b7280",
|
|
|
|
|