Skip to content

Commit

Permalink
💄 Styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jheubuch committed Jan 9, 2025
1 parent a3f27b1 commit 05b95e7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ fun SelectDestination(
lineName = trip!!.lineName,
lineId = checkInViewModel.lineId,
operatorCode = checkInViewModel.operatorCode,
destination = trip!!.destination.name
destination = trip!!.destination.name,
modifier = Modifier.fillMaxWidth()
)
Column(
modifier = Modifier.padding(top = 16.dp)
Expand Down

0 comments on commit 05b95e7

Please sign in to comment.