Skip to content

Commit

Permalink
[TNT-000] fix: 홈 화면 캘린더 내 margin 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyahozz committed Feb 13, 2025
1 parent 8dcf24a commit 905f45a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ private fun TrainerHomeScreen(
dailyPtSessionCount = state.dailyPtSessionCount,
onClickDay = onClickDay,
)
Spacer(modifier = Modifier.height(24.dp))
}
Column {
Spacer(modifier = Modifier.height(24.dp))
Expand Down

0 comments on commit 905f45a

Please sign in to comment.