나머지 위젯들도 샤드시옌처리(주석처리된 위젯)
This commit is contained in:
@@ -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" },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user