Skip to content

Commit

Permalink
Last strokes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPrifer authored and AriaMinaei committed Mar 2, 2022
1 parent 354b3e0 commit d21562b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/r3f/src/components/ViewportGizmo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export const ViewportGizmoScene = ({
labelColor = '#000',
...props
}: ViewportGizmoSceneProps) => {
const [colorX, colorY, colorZ] = ['#f52222', '#65f39e', '#3c9ff1']
const [colorX, colorY, colorZ] = ['#f52222', '#1bd366', '#3c9ff1']
const {tweenCamera, raycast} = useGizmoContext()
const axisHeadProps = {
disabled,
Expand Down

0 comments on commit d21562b

Please sign in to comment.