Skip to content

Commit

Permalink
fix: #137 Set Spacer and Rectangle width to 22 explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
zaehorang committed Dec 4, 2024
1 parent be336bb commit 2252849
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ struct CompletionCalendarView: View {

Rectangle()
.fill(Color.Fills.lightGreen)
.frame(height: 44)
.frame(width: 22, height: 44)
}
// μ„ νƒλœ μ’…λ£Œ λ‚ μ§œ
else if let end = endDate, date == end {
Expand Down

0 comments on commit 2252849

Please sign in to comment.