SearchComposableColors

data class SearchComposableColors(val backgroundColor: Color, val primaryContentColor: Color, val secondaryContentColor: Color, val tertiaryContentColor: Color, val alertGreenColor: Color, val alertYellowColor: Color, val alertRedColor: Color)

Constructors

Link copied to clipboard
constructor(backgroundColor: Color, primaryContentColor: Color, secondaryContentColor: Color, tertiaryContentColor: Color, alertGreenColor: Color, alertYellowColor: Color, alertRedColor: Color)

Properties

Link copied to clipboard

Color for positive states and successful operations.

Link copied to clipboard

Color for critical states.

Link copied to clipboard

Color for warnings and intermediate states.

Link copied to clipboard

Background color for main UI elements.

Link copied to clipboard

Primary content color - for headings and important information.

Link copied to clipboard

Secondary content color - for additional information.

Link copied to clipboard

Tertiary content color - for less important information.