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 cb93cd8 commit 4770b34
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 4770b34

Please sign in to comment.