From 77510148e30ef373c2201af65399422efb43e81c Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Mon, 25 Aug 2025 14:42:07 +0900 Subject: [PATCH] =?UTF-8?q?[1256]=20:=20=E3=80=90HANASYS=20DESIGN=E3=80=91?= =?UTF-8?q?=E3=83=A9=E3=83=83=E3=82=AF=E3=83=AC=E3=82=B9=E9=87=91=E5=85=B7?= =?UTF-8?q?=E3=81=AE=E4=B8=AD=E9=96=93=E9=83=A8=E3=81=A8=E7=AB=AF=E9=83=A8?= =?UTF-8?q?=E3=81=AE=E8=89=B2=E5=88=86=E3=81=91=E3=82=92=E3=81=97=E3=81=9F?= =?UTF-8?q?=E3=81=84=20=EC=A7=80=EC=A7=80=EA=B8=88=EA=B5=AC=20=EC=83=89=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/module/useTrestle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/module/useTrestle.js b/src/hooks/module/useTrestle.js index 8e234cf0..05325822 100644 --- a/src/hooks/module/useTrestle.js +++ b/src/hooks/module/useTrestle.js @@ -1804,7 +1804,7 @@ export const useTrestle = () => { const bracket = new fabric.Rect({ left: startPointX, top: startPointY, - fill: 'green', + fill: i === 0 || i === count - 1 ? '#D70065' : 'green', name: TRESTLE_MATERIAL.BRACKET, parentId: module.id, surfaceId: module.surfaceId,