Header chart view on main page

change layout of main page rows
This commit is contained in:
Trey t
2022-01-16 20:50:41 -06:00
parent d9add2eed8
commit 94888c9ea5
5 changed files with 57 additions and 27 deletions

View File

@@ -23,7 +23,7 @@ struct AddMoodHeaderView: View {
.foregroundColor(Color(UIColor.label))
.padding()
HStack{
ForEach(Mood.allValues.reversed()) { mood in
ForEach(Mood.allValues) { mood in
VStack {
Button(action: {
addItem(withMood: mood)