attachmentsElementColors

fun attachmentsElementColors(labelColor: Color = Color.Unspecified, supportingTextColor: Color = Color.Unspecified, outlineColor: Color = MaterialTheme.colorScheme.outline.copy(alpha = 0.6f), containerColor: Color = Color.Unspecified, tileTextColor: Color = MaterialTheme.colorScheme.onSurface, tileBorderColor: Color = MaterialTheme.colorScheme.outline, scrollBarColor: Color = MaterialTheme.colorScheme.onSurface.copy(alpha = 0.5f)): AttachmentsElementColors

Creates an instance of AttachmentsElementColors with default values from MaterialTheme.

Parameters

labelColor

the color used for the label of this field.

supportingTextColor

the color used for the supporting text of this field.

outlineColor

the color used for the outline of this field.

containerColor

the color used for the container of this field.

tileTextColor

the color used for the text of the individual attachment tile.

tileBorderColor

the color used for the border of the individual attachment tile.

scrollBarColor

the color used for the scroll bar in the attachment list.