Skip to content

Commit 23ad438

Browse files
committed
Update progress padding.
#363 (comment)
1 parent 267f424 commit 23ad438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/Samples/Animate 3D graphic/Animate3DGraphicView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ struct Animate3DGraphicView: View {
105105
VStack {
106106
StatRow("Progress", value: model.animation.progress.formatted(.rounded))
107107
ProgressView(value: model.animation.progress)
108-
.padding(.bottom)
109108
}
109+
.padding(.vertical)
110110

111111
Picker("Mission Selection", selection: $model.currentMission) {
112112
ForEach(Mission.allCases, id: \.self) { mission in

0 commit comments

Comments
 (0)