closed #65
This commit is contained in:
@@ -48,9 +48,9 @@ struct FilterView: View {
|
||||
.padding([.leading, .trailing, .top])
|
||||
|
||||
statsView
|
||||
.frame(minWidth: 0, maxWidth: .infinity, minHeight: 120, maxHeight: 120)
|
||||
.frame(minWidth: 0, maxWidth: .infinity, minHeight: 90, maxHeight: 90)
|
||||
.cornerRadius(10)
|
||||
.padding([.leading, .trailing])
|
||||
.padding()
|
||||
|
||||
Text(String(localized: "filter_view_total") + ": \(self.viewModel.numberOfRatings)")
|
||||
.font(.title2)
|
||||
@@ -113,7 +113,6 @@ struct FilterView: View {
|
||||
}
|
||||
}
|
||||
.cornerRadius(10)
|
||||
.padding()
|
||||
}
|
||||
|
||||
private var filterView: some View {
|
||||
|
||||
Reference in New Issue
Block a user