textFieldColors

fun textFieldColors(backgroundColor: Color = MiuixTheme.colorScheme.secondaryContainer, labelColor: Color = MiuixTheme.colorScheme.onSecondaryContainer, borderColor: Color = MiuixTheme.colorScheme.primary): TextFieldColors

Default colors used by the TextField.

Parameters

backgroundColor

The background color of the TextField.

labelColor

The color of the floating / inline label.

borderColor

The color of the border when the TextField is focused.