Content Filter view: Blurred background
This commit is contained in:
parent
fb944f9c48
commit
a79a181d6f
|
@ -135,6 +135,7 @@ extension View {
|
|||
case .timelineContentFilter:
|
||||
NavigationSheet { TimelineContentFilterView() }
|
||||
.presentationDetents([.medium])
|
||||
.presentationBackground(.thinMaterial)
|
||||
.withEnvironments()
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,9 +30,6 @@ public struct TimelineContentFilterView: View {
|
|||
}
|
||||
.navigationTitle("timeline.content-filter.title")
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
#if !os(visionOS)
|
||||
.scrollContentBackground(.hidden)
|
||||
.background(theme.secondaryBackgroundColor)
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue