Describe the bug
UITextInput constructor accepts cursorColor field, but always constructs superclass with Color.WHITE
To Reproduce
Steps to reproduce the behavior:
- Create UITextInput component with custom cursorColor.
- See it always WHITE in game.
Expected behavior
UITextInput with cursor colored by color from cursorColor field.
Additional context
Just one line fix here.