Skip to content

Commit

Permalink
Merge branch 'refs/heads/develop' into refactor-timeline-detail-time-…
Browse files Browse the repository at this point in the history
…form
  • Loading branch information
2hyunjinn committed Aug 16, 2024
2 parents c623c82 + 087ccdc commit 4421fd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ fun HomeScreen(
onClick = navigateToPointHistory
)
Row(
modifier = Modifier.padding(start = 16.dp, end = 16.dp, top = 10.dp, bottom = 15.dp)
modifier = Modifier.padding(start = 16.dp, end = 16.dp, top = 10.dp, bottom = 16.dp)
) {
HomeTimeLineCard(
nearestTimeline = uiState.nearestTimeline,
Expand Down

0 comments on commit 4421fd5

Please sign in to comment.