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