1
0
forked from baron/baron-sso

API 변경에 따른 클라이언트 관리 페이지 수정

This commit is contained in:
2026-02-11 17:35:31 +09:00
parent 43b694cb53
commit f0362df47d
2 changed files with 2 additions and 5 deletions

View File

@@ -211,14 +211,10 @@ function ClientsPage() {
variant={
item.tone === "up"
? "success"
: item.tone === "down"
? "warning"
: "muted"
: "muted"
}
className={cn(
"px-2",
item.tone === "down" &&
"bg-rose-100 text-rose-700 dark:bg-rose-900/30 dark:text-rose-200",
item.tone === "stable" && "bg-muted/40 text-foreground",
)}
>