From 0c6c9ef511b0238257ffdcb7be74c4ab2ad2171e Mon Sep 17 00:00:00 2001 From: Trey t Date: Thu, 24 Feb 2022 20:31:20 -0600 Subject: [PATCH] closed #103 --- Shared/views/HomeView/HomeViewTwo/HomeViewTwo.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shared/views/HomeView/HomeViewTwo/HomeViewTwo.swift b/Shared/views/HomeView/HomeViewTwo/HomeViewTwo.swift index 33ae0b9..e371317 100644 --- a/Shared/views/HomeView/HomeViewTwo/HomeViewTwo.swift +++ b/Shared/views/HomeView/HomeViewTwo/HomeViewTwo.swift @@ -147,12 +147,12 @@ extension HomeViewTwo { LazyVGrid(columns: columns, spacing: 15) { ForEach(entries, id: \.self) { entry in Circle() - .foregroundColor(moodTint.color(forMood: entry.mood)) + .foregroundColor(entry.mood == .placeholder ? .clear : moodTint.color(forMood: entry.mood)) .frame(minHeight: 5, idealHeight: 20, maxHeight: 50, alignment: .center) } } } - .contentShape(Rectangle()) + .contentShape(Rectangle()) .onTapGesture{ let deailView = MonthDetailView(monthInt: month, yearInt: year,