Skip to content

Commit

Permalink
#21 Calendar Click event & Color
Browse files Browse the repository at this point in the history
  • Loading branch information
JUNY0110 committed Nov 26, 2022
1 parent ff9b442 commit 22c96b7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ 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 22c96b7

Please sign in to comment.