update missing entry icon
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user