Skip to content

Commit

Permalink
Merge pull request #191 from TeamDATEROAD/refactor-home-view-interval
Browse files Browse the repository at this point in the history
[refactor] Home 화면 디자인 변경 적용
  • Loading branch information
2hyunjinn authored Aug 16, 2024
2 parents 50aad3d + c1b9aa6 commit 087ccdc
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 087ccdc

Please sign in to comment.