We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b85dc commit 03893c4Copy full SHA for 03893c4
Sources/StepperView/Views/StepIndicatorVerticalView.swift
@@ -224,7 +224,7 @@ extension StepIndicatorVerticalView {
224
return RoundedRectangle(cornerRadius: cornerRadius)
225
.foregroundColor(stepLifeCycle[index] == StepLifeCycle.completed ? color : Color.gray.opacity(0.5))
226
.frame(width: width, height: self.verticalSpacing)
227
- .offset(x: proxy[value].midX - width, y: proxy[value].maxY)
+ .offset(x: proxy[value].midX - width/2, y: proxy[value].maxY)
228
.eraseToAnyView()
229
default:
230
return EmptyView().eraseToAnyView()
0 commit comments