feedback list 기능 정리.

This commit is contained in:
2025-07-31 16:32:42 +09:00
parent e2cb482e5c
commit b4e6a94fda
10 changed files with 1158 additions and 123 deletions

View File

@@ -45,8 +45,8 @@ const config: Config = {
foreground: "hsl(var(--accent-foreground))",
},
popover: {
DEFAULT: "hsl(var(--popover))",
foreground: "hsl(var(--popover-foreground))",
DEFAULT: "oklch(var(--popover))",
foreground: "oklch(var(--popover-foreground))",
},
card: {
DEFAULT: "hsl(var(--card))",