update empty view screens

This commit is contained in:
Trey t
2022-03-24 11:17:37 -05:00
parent cadfac93e3
commit c1143d42ed
4 changed files with 12 additions and 16 deletions

View File

@@ -18,15 +18,6 @@ struct EmptyHomeView: View {
theme.currentTheme.secondaryBGColor
VStack {
Text(String(localized: "content_view_empty_title"))
.font(.title)
.foregroundColor(textColor)
.padding()
Text(String(localized: "content_view_empty_title"))
.font(.body)
.foregroundColor(textColor)
.padding()
AddMoodHeaderView(addItemHeaderClosure: { (mood, date) in
withAnimation {
viewModel.add(mood: mood, forDate: date, entryType: .header)