padding for row icon

This commit is contained in:
Trey t
2022-02-04 17:29:37 -06:00
parent c23db645ea
commit a6cbc615e5

View File

@@ -230,6 +230,7 @@ struct ContentView: View {
.aspectRatio(contentMode: .fit)
.frame(width: 40, height: 40, alignment: .center)
.foregroundColor(entry.mood.color)
.padding(.leading, 5)
VStack {
HStack {