Added some more normal calendar places, played with the day and calendar view
This commit is contained in:
@@ -13,7 +13,7 @@ struct MainView: View {
|
||||
GeometryReader { geometry in
|
||||
VStack {
|
||||
CalendarView(events: model.getTrashEvents())
|
||||
.padding()
|
||||
// .padding()
|
||||
let width: CGFloat = geometry.size.width / 2
|
||||
LazyVGrid(columns: [adaptiveGridItem(width: width)], spacing: 0) {
|
||||
DayView(image: "tree", dayOfTheWeek: "Mon", date: 31, color: .green)
|
||||
|
||||
Reference in New Issue
Block a user