Wonder if there is a way to change color for a label in Spark FormItem component. I tried this:
@namespace s "library://ns.adobe.com/flex/spark"; @namespace mx "library://ns.adobe.com/flex/mx"; s|FormItem s|Label#labelDisplay { color: #333333; background-color: #FFFFFF; font-size: 30; }
and all of the styles work great, except the font color, which stays black for some reason. I would greatly appreciate any help resolving this.