input View Colors
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
card Color
The background color of the card (COUI couiColorCardBackground).
title Color
The color of the title (COUI coui_input_title_color -> couiColorPrimaryNeutral).
disabled Title Color
The color of the title when disabled (COUI coui_input_title_color -> couiColorLabelTertiary).
count Color
The color of the counter (COUI couiColorHintNeutral / couiColorLabelTertiary).
error Color
The color of the error line and the at-limit counter (COUI couiColorError).