filter touch up

This commit is contained in:
Garth Vander Houwen 2024-08-12 20:02:11 -07:00
parent 772a14d664
commit c1e625f7f9

View file

@ -187,9 +187,9 @@ struct NodeListFilter: View {
.padding(.bottom)
#endif
}
.presentationDetents([.fraction(0.7), .large])
.presentationDetents([.fraction(0.65), .large])
.presentationContentInteraction(.scrolls)
.presentationDragIndicator(.visible)
.presentationBackgroundInteraction(.enabled(upThrough: .medium))
.presentationBackgroundInteraction(.enabled(upThrough: .large))
}
}