Sugan Naicker wrote
> Is there a way of changing the colour of the text fonts on Flatspark
> components eg. The TextInputIcon?

For the 'TextInputIcon' it seems to me that the text color is hardcoded to
'ColorUtils.WetAsphalt' inside its skin:
https://github.com/apache/flex-sdk/blob/develop/frameworks/projects/flatspark/src/flatspark/skins/TextInputIconSkin.mxml#L323

You could use a custom skin that removes the hardcoded color setting. Simply
remove 'color="{ColorUtils.WetAsphalt}"' from the 'textDisplay' component. 
After doing this you probably could use the color style just like you are
used to:

<components:TextInputIcon color="#FF0000" />

HTH,
Olaf




--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/Flatspark-TextInputIcon-component-Change-colour-of-text-font-tp12357p12369.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to