Hello,
I am using css modules in my project, so not able to use simple CSS.
I was trying to change the color of group from blue to grey.
By cssClass property, the whole box background changes to grey (full-box-background.png) &
By backColor property, the color changes from blue to grey(backColor.png), but not for the psuedo-elements.
Is there any change the color of psuedo-elments?
Thankyou.