나머지 위젯들도 샤드시옌처리(주석처리된 위젯)

This commit is contained in:
leeheejin
2025-10-29 18:04:27 +09:00
parent 437e0c331c
commit 865831e41e
11 changed files with 38 additions and 38 deletions

View File

@@ -270,7 +270,7 @@ export default function StatusSummaryWidget({
red: { border: "border-destructive", dot: "bg-destructive", text: "text-destructive" },
yellow: { border: "border-warning", dot: "bg-warning", text: "text-warning" },
orange: { border: "border-warning", dot: "bg-warning", text: "text-warning" },
purple: { border: "border-purple-500", dot: "bg-purple-500/100", text: "text-purple-500" },
purple: { border: "border-primary", dot: "bg-primary", text: "text-primary" },
gray: { border: "border-border", dot: "bg-muted-foreground", text: "text-muted-foreground" },
};