fix. 임시 데이터 맞춰 수정

This commit is contained in:
clkim
2025-09-09 22:18:10 +09:00
parent fcd4dc799b
commit 56a1a50312
18 changed files with 492 additions and 259 deletions

View File

@@ -11,6 +11,23 @@ export default {
lg: "1440px", // Large PC: 1440px+
},
spacing: {},
colors: {
"theme-foreground": "var(--foreground)",
"theme-foreground-10": "var(--foreground-10)",
"theme-foreground-reversal": "var(--foreground-reversal)",
"theme-foreground-reversal-10": "var(--foreground-reversal-10)",
"theme-foreground-reversal-30": "var(--foreground-reversal-30)",
"theme-foreground-reversal-40": "var(--foreground-reversal-40)",
"theme-foreground-reversal-70": "var(--foreground-reversal-70)",
// "theme-primary": "var(--light-primary)",
// "theme-secondary": "var(--light-secondary)",
// "theme-surface": "var(--light-surface)",
// "theme-text-secondary": "var(--light-textSecondary)",
// "theme-accent": "var(--light-accent)",
// "theme-border": "var(--light-border)",
},
},
},
} satisfies Config;