Skip to content

Commit

Permalink
Update dparture time copy text
Browse files Browse the repository at this point in the history
  • Loading branch information
ksharma-xyz committed Oct 21, 2024
1 parent a2ca9e8 commit d413507
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fun JourneyDetailCard(
verticalArrangement = Arrangement.spacedBy(4.dp),
) {
Text(
text = "In $timeToDeparture",
text = timeToDeparture,
style = KrailTheme.typography.titleLarge,
color = legList.first().transportModeLine.transportMode.colorCode.hexToComposeColor()
)
Expand Down

0 comments on commit d413507

Please sign in to comment.