TextFieldDefaults

Functions

Link copied to clipboard
fun colors(focusedContainerColor: Color = KepkoTheme.colors.foreground, unfocusedContainerColor: Color = KepkoTheme.colors.foreground, disabledContainerColor: Color = KepkoTheme.colors.foreground.copy(alpha = 0.50f), errorContainerColor: Color = KepkoTheme.colors.foreground, focusedTextColor: Color = KepkoTheme.colors.content, unfocusedTextColor: Color = KepkoTheme.colors.content, disabledTextColor: Color = KepkoTheme.colors.contentDisabled, errorTextColor: Color = KepkoTheme.colors.content, cursorColor: Color = KepkoTheme.colors.content, errorCursorColor: Color = KepkoTheme.colors.danger, focusedIndicatorColor: Color = Color.Transparent, unfocusedIndicatorColor: Color = Color.Transparent, disabledIndicatorColor: Color = Color.Transparent, errorIndicatorColor: Color = Color.Transparent, focusedLabelColor: Color = KepkoTheme.colors.content, unfocusedLabelColor: Color = KepkoTheme.colors.contentSubtle, disabledLabelColor: Color = KepkoTheme.colors.contentDisabled, errorLabelColor: Color = KepkoTheme.colors.danger, focusedPlaceholderColor: Color = KepkoTheme.colors.contentSubtle, unfocusedPlaceholderColor: Color = KepkoTheme.colors.contentSubtle, disabledPlaceholderColor: Color = KepkoTheme.colors.contentDisabled, errorPlaceholderColor: Color = KepkoTheme.colors.contentSubtle, focusedLeadingIconColor: Color = KepkoTheme.colors.content, unfocusedLeadingIconColor: Color = KepkoTheme.colors.contentSubtle, disabledLeadingIconColor: Color = KepkoTheme.colors.contentDisabled, errorLeadingIconColor: Color = KepkoTheme.colors.danger, focusedTrailingIconColor: Color = KepkoTheme.colors.content, unfocusedTrailingIconColor: Color = KepkoTheme.colors.contentSubtle, disabledTrailingIconColor: Color = KepkoTheme.colors.contentDisabled, errorTrailingIconColor: Color = KepkoTheme.colors.danger, focusedPrefixColor: Color = KepkoTheme.colors.content, unfocusedPrefixColor: Color = KepkoTheme.colors.contentSubtle, disabledPrefixColor: Color = KepkoTheme.colors.contentDisabled, errorPrefixColor: Color = KepkoTheme.colors.content, focusedSuffixColor: Color = KepkoTheme.colors.content, unfocusedSuffixColor: Color = KepkoTheme.colors.contentSubtle, disabledSuffixColor: Color = KepkoTheme.colors.contentDisabled, errorSuffixColor: Color = KepkoTheme.colors.content): TextFieldColors