diff --git a/Secretive/Views/SetupView.swift b/Secretive/Views/SetupView.swift index ad358f2..8a17a0c 100644 --- a/Secretive/Views/SetupView.swift +++ b/Secretive/Views/SetupView.swift @@ -54,7 +54,6 @@ struct StepView: View { Rectangle() .foregroundColor(.green) .frame(width: max(0, ((width - (Constants.padding * 2)) / CGFloat(numberOfSteps - 1)) * CGFloat(currentStep) - (Constants.circleWidth / 2)), height: 5) - .animation(.spring()) HStack { ForEach(0..