Skip to content

Commit

Permalink
main: Removed red background from fullScreenCover
Browse files Browse the repository at this point in the history
  • Loading branch information
Suthold committed Apr 18, 2023
1 parent f47ef88 commit b8f07b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Navify/ViewModifiers/FullScreenModifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ struct FullScreenModifier<H: Hashable, V: View, S: Router>: ViewModifier {
.fullScreenCover(item: Binding(selected: latestScreen.wrappedValue?.style.transition, option: .presentFullScreen, value: latestScreen), content: { destination in
if let view = destination as? H {
self.destination(view)
.background(.red)
}
})
}
Expand Down

0 comments on commit b8f07b5

Please sign in to comment.