[agent-pipeline] pipe-20260305162146-cqnu round-1

This commit is contained in:
DDD1542
2026-03-06 01:24:50 +09:00
parent e662de1da4
commit 926efe8541
5 changed files with 486 additions and 286 deletions

View File

@@ -428,7 +428,7 @@ export const ApprovalRequestModal: React.FC<ApprovalRequestModalProps> = ({
{/* 후결 안내 배너 */}
{approvalType === "post" && (
<div className="rounded-md border border-amber-200 bg-amber-50 p-3 text-sm text-amber-800 dark:border-amber-800 dark:bg-amber-950 dark:text-amber-200">
<div className="rounded-md border border-warning/30 bg-warning/10 p-3 text-sm text-warning">
. .
</div>
)}