diff --git a/frontend/components/report/designer/ReportDesignerCanvas.tsx b/frontend/components/report/designer/ReportDesignerCanvas.tsx index 6b534b08..dad87741 100644 --- a/frontend/components/report/designer/ReportDesignerCanvas.tsx +++ b/frontend/components/report/designer/ReportDesignerCanvas.tsx @@ -105,7 +105,7 @@ export function ReportDesignerCanvas() { labelText: "서명:", labelPosition: "left" as const, showUnderline: true, - borderWidth: 1, + borderWidth: 0, borderColor: "#cccccc", }), // 도장란 전용 @@ -116,7 +116,7 @@ export function ReportDesignerCanvas() { labelText: "(인)", labelPosition: "top" as const, personName: "", - borderWidth: 1, + borderWidth: 0, borderColor: "#cccccc", }), // 테이블 전용