attachments Element Colors
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
label Color
the color used for the label of this field.
supporting Text Color
the color used for the supporting text of this field.
outline Color
the color used for the outline of this field.
container Color
the color used for the container of this field.
tile Text Color
the color used for the text of the individual attachment tile.
tile Border Color
the color used for the border of the individual attachment tile.
scroll Bar Color
the color used for the scroll bar in the attachment list.