inputViewColors

fun inputViewColors(cardColor: Color = COUITheme.colorScheme.surfaceContainer, titleColor: Color = COUITheme.colorScheme.onSurface, disabledTitleColor: Color = COUITheme.colorScheme.disabledOnSurface, countColor: Color = COUITheme.colorScheme.onSurfaceVariantActions, errorColor: Color = COUITheme.colorScheme.error): InputViewColors

Default colors used by the InputView.

Parameters

cardColor

The background color of the card (COUI couiColorCardBackground).

titleColor

The color of the title (COUI coui_input_title_color -> couiColorPrimaryNeutral).

disabledTitleColor

The color of the title when disabled (COUI coui_input_title_color -> couiColorLabelTertiary).

countColor

The color of the counter (COUI couiColorHintNeutral / couiColorLabelTertiary).

errorColor

The color of the error line and the at-limit counter (COUI couiColorError).