RouteEditorTextStyles

constructor(Primary: TextStyle = TextStyle( fontSize = 19.sp, fontWeight = FontWeight.Medium, // 500 color = RouteEditorColors.PrimaryText, ), Secondary: TextStyle = TextStyle( fontSize = 15.sp, fontWeight = FontWeight.Normal, // 400 color = RouteEditorColors.SecondaryText, ), ETA: TextStyle = TextStyle( fontSize = 14.sp, fontWeight = FontWeight.Medium, color = RouteEditorColors.PrimaryText, ))