Added some more normal calendar places, played with the day and calendar view

This commit is contained in:
2024-01-13 13:11:23 +01:00
parent f7a0d5edc8
commit 20f62d86db
4 changed files with 35 additions and 23 deletions

View File

@@ -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)