Change size of icon for tree component

Hi,
I’d like to increase the icon size of the tree component in perspective which is very small. But don’t find any setting for that.
Is there any workaround for that?

Hi Nader, I was able to resize the expandIcons using flex-basis ( flex: 0 0 2.5rem), and the nodeIcons using height and width.

1 Like