feat: Update marker colors in HumanUi for improved visibility

This commit is contained in:
2025-08-04 15:20:11 +05:30
parent c976533297
commit 581069d861

View File

@@ -339,7 +339,7 @@ function HumanUi() {
outerGroupRef={outerGroup} outerGroupRef={outerGroup}
type="start" type="start"
subtype="start" subtype="start"
color="green" color="lightgreen"
setIsDragging={setIsDragging} setIsDragging={setIsDragging}
setIsRotating={setIsRotating} setIsRotating={setIsRotating}
handlePointerDown={handlePointerDown} handlePointerDown={handlePointerDown}
@@ -353,7 +353,7 @@ function HumanUi() {
outerGroupRef={outerGroup} outerGroupRef={outerGroup}
type="end" type="end"
subtype="end" subtype="end"
color="orange" color="darkorange"
setIsDragging={setIsDragging} setIsDragging={setIsDragging}
setIsRotating={setIsRotating} setIsRotating={setIsRotating}
handlePointerDown={handlePointerDown} handlePointerDown={handlePointerDown}