add more padding to entry view icon leading

This commit is contained in:
Trey t
2022-03-06 13:43:43 -06:00
parent c25fc69de2
commit 6089928fd4

View File

@@ -21,7 +21,7 @@ struct EntryListView: View {
.aspectRatio(contentMode: .fit)
.frame(width: 40, height: 40, alignment: .center)
.foregroundColor(moodTint.color(forMood: entry.mood))
.padding(.leading, 5)
.padding(.leading, 15)
VStack {
HStack {