update missing entry icon

This commit is contained in:
Trey t
2022-01-17 09:51:12 -06:00
parent 94888c9ea5
commit c5be6e0cc9
7 changed files with 5 additions and 4 deletions

View File

@@ -70,6 +70,7 @@ struct ContentView: View {
HStack {
item.mood.icon
.resizable()
.aspectRatio(contentMode: .fit)
.frame(width: 40, height: 40, alignment: .center)
.foregroundColor(item.mood.color)
VStack {