Skip to content

Commit

Permalink
shading params has been updated to shade between 20% and 90%
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkanmehregan committed Oct 4, 2023
1 parent dc4aac8 commit 52c8a4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ export default function transformProps(
? treeNode.colour
: shadeColor(
treeNode.colour,
(Math.floor(Math.random() * 9) + 2) * 10,
(Math.floor(Math.random() * 7) + 2) * 10,
),
},
};
Expand Down

0 comments on commit 52c8a4f

Please sign in to comment.