mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-03 11:32:28 +00:00
Content Filter view: Blurred background
This commit is contained in:
parent
fb944f9c48
commit
a79a181d6f
2 changed files with 1 additions and 3 deletions
|
@ -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 a new issue