1 parent bdfb023 commit 2010f89Copy full SHA for 2010f89
1 file changed
DevLog/UI/Profile/ProfileHeatmapView.swift
@@ -79,6 +79,7 @@ struct ProfileHeatmapView: View {
79
}
80
81
private var availableWidth: CGFloat {
82
+ // ProfileView의 바깥 가로 패딩(16)과 히트맵 카드 내부 패딩(12)을 합한 값
83
let horizontalPadding: CGFloat = 16 + 12
84
return max(
85
0,
0 commit comments