add more padding to entry view icon leading
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user