Skip to content

Commit

Permalink
#21 Add specific date's background
Browse files Browse the repository at this point in the history
  • Loading branch information
JUNY0110 committed Nov 26, 2022
1 parent 22c96b7 commit bea748a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ struct CalendarView: View {
@State private var selection: Bool = false
@State private var date = Date()
let calendarManager = CalendarManager()

var body: some View {
VStack {
let firstDayOfMonth = calendarManager.firstOfMonth(dateHolder.date)
Expand Down

0 comments on commit bea748a

Please sign in to comment.