There seems to be a change (not sure exactly when as I upgraded from a much earlier v3 version to 3.9) that I think is a bug in how UILabel inline color works. Previously, if you set inline color, it would override the global colortint of the label widget. Now the colorTint seems to be multiplied into the inline color. So if my text is set to be black by default, I now can't actually use inline colors as it still multiplies to black. Pretty easy to repro, just make a label and try to have the default text be black and set a word to red using inline coloring.