Show scroll view indicators

This commit is contained in:
Garth Vander Houwen 2025-07-16 23:33:18 -07:00
parent 6a75793f57
commit 472534a1ba

View file

@ -32,7 +32,7 @@ struct DeviceOnboarding: View {
var welcomeView: some View {
VStack {
ScrollView(.vertical, showsIndicators: false) {
ScrollView(.vertical) {
VStack {
// Title
title
@ -78,7 +78,7 @@ struct DeviceOnboarding: View {
}
var notificationView: some View {
ScrollView(.vertical, showsIndicators: false) {
ScrollView(.vertical) {
VStack {
VStack {
Text("App Notifications")
@ -136,7 +136,7 @@ struct DeviceOnboarding: View {
}
var locationView: some View {
ScrollView(.vertical, showsIndicators: false) {
ScrollView(.vertical) {
VStack {
VStack {
Text("Phone Location")