Design: admin 디자인 변경
This commit is contained in:
parent
471c87f4e2
commit
ab60ed9fb9
@ -33,7 +33,7 @@ export default function ModelManage() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="grid h-screen w-full pl-[56px]">
|
<div className="grid h-screen w-full">
|
||||||
<div className="flex flex-col">
|
<div className="flex flex-col">
|
||||||
<header className="bg-background sticky top-0 z-10 flex h-[57px] items-center gap-1 border-b px-4">
|
<header className="bg-background sticky top-0 z-10 flex h-[57px] items-center gap-1 border-b px-4">
|
||||||
<h1 className="text-xl font-semibold">모델 관리</h1>
|
<h1 className="text-xl font-semibold">모델 관리</h1>
|
||||||
|
@ -28,7 +28,7 @@ export default function ProjectReviewList() {
|
|||||||
to={`/admin/${workspaceId}/reviews/request`}
|
to={`/admin/${workspaceId}/reviews/request`}
|
||||||
className="ml-auto"
|
className="ml-auto"
|
||||||
>
|
>
|
||||||
<Button variant="default">리뷰 요청</Button>
|
<Button variant="outlinePrimary">리뷰 요청</Button>
|
||||||
</Link>
|
</Link>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ export default function WorkspaceReviewList() {
|
|||||||
to={`/admin/${workspaceId}/reviews/request`}
|
to={`/admin/${workspaceId}/reviews/request`}
|
||||||
className="ml-auto"
|
className="ml-auto"
|
||||||
>
|
>
|
||||||
<Button variant="default">리뷰 요청</Button>
|
<Button variant="outlinePrimary">리뷰 요청</Button>
|
||||||
</Link>
|
</Link>
|
||||||
</header>
|
</header>
|
||||||
<ReviewList
|
<ReviewList
|
||||||
|
Loading…
Reference in New Issue
Block a user