WIP
This commit is contained in:
@@ -43,7 +43,6 @@ struct AddExerciseView: View {
|
||||
|
||||
TextField("Filter", text: $searchString)
|
||||
.padding()
|
||||
.background(Color(uiColor: .systemBackground))
|
||||
|
||||
HStack {
|
||||
muscleView()
|
||||
@@ -57,7 +56,6 @@ struct AddExerciseView: View {
|
||||
.padding(.top)
|
||||
.frame(height: 44)
|
||||
}
|
||||
.background(Color(uiColor: UIColor.secondarySystemBackground))
|
||||
.onAppear{
|
||||
if #function.hasPrefix("__preview") {
|
||||
DataStore.shared.setupFakeData()
|
||||
@@ -109,7 +107,6 @@ struct AddExerciseView: View {
|
||||
filterExercises()
|
||||
})
|
||||
}
|
||||
.background(Color(uiColor: .tertiarySystemBackground))
|
||||
}
|
||||
|
||||
func filterExercises() {
|
||||
|
||||
Reference in New Issue
Block a user