misc ui changes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user