Skip to content

Commit 2010f89

Browse files
committed
style: 주석 추가
1 parent bdfb023 commit 2010f89

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

DevLog/UI/Profile/ProfileHeatmapView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ struct ProfileHeatmapView: View {
7979
}
8080

8181
private var availableWidth: CGFloat {
82+
// ProfileView의 바깥 가로 패딩(16)과 히트맵 카드 내부 패딩(12)을 합한 값
8283
let horizontalPadding: CGFloat = 16 + 12
8384
return max(
8485
0,

0 commit comments

Comments
 (0)