I have label defined as:
<Label id="abelId" text="Some Text" design="Bold" required="true" />
I'm using sap.m.Label.
I would like to change the color of the text (i.e. green) but I don't see anything in the API that allows me to do this. I only see the design property which only changes the font type. Does anyone know how to do this?