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