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