Working with Angular CLI 6 and primeNg version 6.0.1
I have been attempting to customize the background of the tree component without success. When I try using style="background:red" in the HTML file, the tree display becomes distorted with a height of one. The same issue occurs when using styleClass.
Has anyone successfully modified the background of the tree component?