This commit is contained in:
Trey t
2022-01-19 10:31:48 -06:00
parent 005291d3a9
commit 029fe2ec84

View File

@@ -18,7 +18,7 @@ struct AddMoodHeaderView: View {
Color(UIColor.secondarySystemBackground)
VStack {
Text("How are you feeling today?")
Text("How is today?")
.font(.title)
.foregroundColor(Color(UIColor.label))
.padding()