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

@@ -60,7 +60,7 @@ struct WorkoutOverviewView: View {
}
.padding()
.background(Color(uiColor: .secondarySystemBackground))
.cornerRadius(15)
.cornerRadius(2)
}
}