Text not displaying when attached to button

I am creating a UI Widget and am trying to create a basic button with text. For some reason text is not displaying when it is made child to the button. I’m not sure if this is a bug or if I’m just missing something.

I would just recreate the button and then drag the text over it to attach to it. I tried to replicate this issue but it does work right for me every time. Try adding all the components onto the button first before you start changing style/opacity etc.

Found the problem. I changed the alpha on the button’s ‘Color and Opacity’ to 0. I didn’t realize this changed the color of child objects.