Skip to content

Commit

Permalink
Fix Onboarding
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed Mar 15, 2024
1 parent b0dfa1d commit ac72d78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/OversizeOnboardingKit/OnboardingView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ public struct OnboardingView<Content: View>: View {
// .tag(index)
// }
}
#if os(iOS)
.tabViewStyle(.page(indexDisplayMode: .never))
.indexViewStyle(.page(backgroundDisplayMode: .never))
#endif
}
.background(
Color.backgroundSecondary.ignoresSafeArea()
Expand Down

0 comments on commit ac72d78

Please sign in to comment.