Skip to content

Commit 72ad091

Browse files
committed
[UPDATE]rebase conflicts
1 parent 3b0b8f6 commit 72ad091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/YStepper/SwiftUI/Views/Stepper.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,6 @@ private extension Stepper {
297297

298298
struct Stepper_Previews: PreviewProvider {
299299
static var previews: some View {
300-
Stepper()
300+
Stepper(value: 99)
301301
}
302302
}

0 commit comments

Comments
 (0)