mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-07-04 11:41:38 +00:00
WIP
This commit is contained in:
@@ -55,7 +55,7 @@ struct StepView: View {
|
||||
.foregroundColor(.green)
|
||||
.frame(width: max(0, ((width - (Constants.padding * 2)) / Double(numberOfSteps - 1)) * Double(currentStep) - (Constants.circleWidth / 2)), height: 5)
|
||||
HStack {
|
||||
ForEach(0..<numberOfSteps) { index in
|
||||
ForEach(Array(0..<numberOfSteps), id: \.self) { index in
|
||||
ZStack {
|
||||
if currentStep > index {
|
||||
Circle()
|
||||
|
||||
Reference in New Issue
Block a user