Text Style Customization
data class TextStyleCustomization(@ColorRes var textColor: Int? = null, @FontRes var textFont: Int? = null) : LabelCustomization
Use this class to customize the visual style of the text on the challenge screen. There are separate TextStyleCustomization classes for the challenge information header, the challenge information text, the label for the challenge entry form and the label for the whitelist selection.
Parameters
text Color
Text colour resource reference.
text Font
Text font resource reference.