misc ui changes

This commit is contained in:
Trey t
2024-11-25 10:10:46 -08:00
parent 4b6352b8fd
commit 5145896f7a
5 changed files with 9683 additions and 168 deletions

View File

@@ -37,10 +37,10 @@ struct AllWorkoutsListView: View {
currentSort: $currentSort)
ScrollView {
LazyVStack(spacing: 20) {
LazyVStack(spacing: 10) {
ForEach(filteredWorkouts, id:\.id) { workout in
WorkoutOverviewView(workout: workout)
.padding([.leading, .trailing])
.padding([.leading, .trailing], 4)
.contentShape(Rectangle())
.onTapGesture {
selectedWorkout(workout)