RouteCardColors

data class RouteCardColors(val cardBackground: Color = RouteEditorColors.SurfaceWhite, val primaryText: Color = RouteEditorColors.PrimaryText, val secondaryText: Color = RouteEditorColors.SecondaryText, val buttonBackground: Color = RouteEditorColors.Primary, val buttonText: Color = RouteEditorColors.SurfaceWhite)

Color scheme for route cards

Constructors

Link copied to clipboard
constructor(cardBackground: Color = RouteEditorColors.SurfaceWhite, primaryText: Color = RouteEditorColors.PrimaryText, secondaryText: Color = RouteEditorColors.SecondaryText, buttonBackground: Color = RouteEditorColors.Primary, buttonText: Color = RouteEditorColors.SurfaceWhite)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard