This commit is contained in:
Trey t
2023-07-08 10:21:53 -05:00
parent aec8696f62
commit 5ca99cf832
7 changed files with 197 additions and 57 deletions

View File

@@ -78,11 +78,6 @@ struct AllWorkoutsListView: View {
TextField("Filter" ,text: $searchString)
.padding()
.textFieldStyle(OvalTextFieldStyle())
// TextField("Filter", text: $searchString)
// .padding()
// .overlay(RoundedRectangle(cornerRadius: 10.0).strokeBorder(Color(uiColor: .darkGray), style: StrokeStyle(lineWidth: 1.0)))
// .padding()
// .background(Color(uiColor: .systemGroupedBackground))
}
}
}