MiniKeyboard text colors

am i crazy or do the keyColor and focusedKeyColor attributes on the MiniKeyboard widget not work? my use is:

but the text in a key is staying grey when not focused and staying black when a key has focus. i just want it all white. am i just mistaken on what these attributes are customizing?

I couldn’t get these to work on the full keyboard either.

nor the ButtonGroup

I did some playing around this morning and it looks like the API is just not accepting WHITE 0xffffff just doesn’t work at all. If you add 95% opacity then it does work and in all cases for me looks very white:

Works:

dialog.messageColor = "0xF2FFFFFF"

Doesn’t work:

dialog.messageColor = "0xFFFFFFFF"

Someone on the scene graph team might wanna reproduce / add to a defect queue.