Hi,
I am trying to change the caption color of the textField.
Eg :
.textfield-caption {
–text-main-color : #8BFFAA;
}
<textField caption = "skdhfsdhfk" stylename="textfield-caption">
It is not working.
I have tried to put the style code in <theme-name>
.scss and also in styles.scss
Thanks in advance