Skip to content

Commit 85b7527

Browse files
committed
Refactor: 추천 루틴 LazyColumn 하단 패딩 영역 제거
1 parent fe0f968 commit 85b7527

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

presentation/src/main/java/com/threegap/bitnagil/presentation/recommendroutine/RecommendRoutineScreen.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,6 @@ private fun RecommendRoutineScreen(
173173
onAddRoutineClick = { onRegisterRoutineClick(routine.id.toString()) },
174174
)
175175
}
176-
177-
item {
178-
Spacer(modifier = Modifier.height(110.dp))
179-
}
180176
}
181177
}
182178
}

0 commit comments

Comments
 (0)