Text Field Colors
data class TextFieldColors(val backgroundColor: Color, val labelColor: Color, val borderColor: Color, val unfocusedBorderColor: Color, val errorColor: Color, val counterColor: Color, val iconColor: Color, val disabledTextColor: Color)
Colors used by a TextField in different parts of the component.
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.