Alpha not applying to text in Button?

I’m making an interface with quite a few dynamically generated instances of the Button component. I’m trying to animate the buttons’ alpha. The graphical elements in the buttons change alpha as expected, but the text label does not. I thought this issue would be fixed simply by using setStyle() to specify an embedded font, but even with an embedded font I cannot alter the alpha.

Has anyone else run into this issue?