feat: Update marker colors in HumanUi for improved visibility
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user