Text Field Colors
constructor(backgroundColor: Color, labelColor: Color, borderColor: Color, unfocusedBorderColor: Color, errorColor: Color, counterColor: Color, iconColor: Color, disabledTextColor: Color)
Parameters
background Color
The fill color of the TextFieldMode.Rectangle box (transparent in COUI).
label Color
The color of the label / placeholder.
border Color
The color of the border / focused underline.
unfocused Border Color
The color of the border / underline when the TextField is not focused.
error Color
The border / underline / label / counter-overflow color in error state.
counter Color
The color of the character counter.
icon Color
The tint of the built-in clear / password buttons.
disabled Text Color
The input text / label color when the TextField is disabled.