update empty view screens
This commit is contained in:
@@ -48,8 +48,11 @@ struct MonthView: View {
|
||||
if viewModel.hasNoData {
|
||||
VStack {
|
||||
Spacer()
|
||||
EmptyHomeView(viewModel: viewModel)
|
||||
Text(String(localized: "month_view_no_data"))
|
||||
.font(.title)
|
||||
.padding()
|
||||
.fixedSize(horizontal: false, vertical: true)
|
||||
.foregroundColor(textColor)
|
||||
Spacer()
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user