We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4053641 commit f12a7a3Copy full SHA for f12a7a3
Bitkit/Components/Activity/DateRangeSelectorSheet.swift
@@ -44,7 +44,6 @@ struct DateRangeSelectorSheet: View {
44
return []
45
}
46
47
- // Get the first day of the month
48
let firstDayOfMonth = monthInterval.start
49
50
// Find the first day of the week that contains the first day of the month
@@ -312,10 +311,8 @@ struct CalendarDayView: View {
312
311
313
314
315
- // Day number
316
BodyMSBText(dayNumber, textColor: isStartDate || isEndDate ? Color.brandAccent : Color.white)
317
318
- // Today indicator
319
if isToday && !isSelected {
320
Circle()
321
.fill(Color.white10)
0 commit comments