This commit is contained in:
Trey t
2023-07-07 14:13:24 -05:00
parent f7ab828b28
commit 1f1e8cecdd
2 changed files with 13 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ struct WorkoutDetailView: View {
CountdownView()
}
.padding()
.frame(maxWidth: .infinity)
.background(Color(uiColor: .systemBackground))
GeometryReader { metrics in