padding for row icon
This commit is contained in:
@@ -230,6 +230,7 @@ struct ContentView: View {
|
|||||||
.aspectRatio(contentMode: .fit)
|
.aspectRatio(contentMode: .fit)
|
||||||
.frame(width: 40, height: 40, alignment: .center)
|
.frame(width: 40, height: 40, alignment: .center)
|
||||||
.foregroundColor(entry.mood.color)
|
.foregroundColor(entry.mood.color)
|
||||||
|
.padding(.leading, 5)
|
||||||
|
|
||||||
VStack {
|
VStack {
|
||||||
HStack {
|
HStack {
|
||||||
|
|||||||
Reference in New Issue
Block a user