code Text Field Colors
fun codeTextFieldColors(cellBackgroundColor: Color = COUITheme.colorScheme.surfaceContainer, textColor: Color = COUITheme.colorScheme.onSurface, focusedStrokeColor: Color = COUITheme.colorScheme.primary, securityCircleColor: Color = COUITheme.colorScheme.onSurface.copy(alpha = 0.847f), cursorColor: Color = COUITheme.colorScheme.primary): CodeTextFieldColors
Default colors used by the CodeTextField.
Parameters
cell Background Color
The background color of a cell (COUI couiColorCardBackground).
text Color
The color of the digits (COUI couiColorPrimaryNeutral).
focused Stroke Color
The color of the active-cell stroke (COUI couiColorPrimary).
security Circle Color
The color of the security dot (COUI coui_code_input_security_circle_color = 84.7% on-surface ink).
cursor Color
The color of the blinking cursor.