다크 모드에서 화이트로 배경 변경

main
jschoi 7 months ago
parent 7d8fb8b8af
commit 09ea7cb45b

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

Loading…
Cancel
Save