closed #103
This commit is contained in:
@@ -147,7 +147,7 @@ extension HomeViewTwo {
|
|||||||
LazyVGrid(columns: columns, spacing: 15) {
|
LazyVGrid(columns: columns, spacing: 15) {
|
||||||
ForEach(entries, id: \.self) { entry in
|
ForEach(entries, id: \.self) { entry in
|
||||||
Circle()
|
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)
|
.frame(minHeight: 5, idealHeight: 20, maxHeight: 50, alignment: .center)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user