1
0
forked from baron/baron-sso

[#365] Devfront 프로필 메뉴 개선 및 상세 페이지 구현

This commit is contained in:
2026-03-16 15:34:27 +09:00
parent 95ae991af4
commit 1ff12075f6
8 changed files with 324 additions and 10 deletions

View File

@@ -356,7 +356,7 @@ function ClientConsentsPage() {
<div className="flex justify-end">
<Button
variant="link"
variant="ghost"
size="sm"
className="text-xs text-muted-foreground p-0 h-auto"
onClick={() => {

View File

@@ -262,7 +262,7 @@ function ClientsPage() {
</select>
</div>
<Button
variant="link"
variant="ghost"
size="sm"
className="text-xs text-muted-foreground ml-auto"
onClick={() => {
@@ -291,7 +291,7 @@ function ClientsPage() {
item.tone === "up"
? "success"
: item.tone === "down"
? "destructive"
? "warning"
: "muted"
}
className={cn(