Skip to content

Commit

Permalink
Removed text at top of slide over modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt54 committed Oct 1, 2023
1 parent 466d097 commit ef18197
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Sources/SwiftUIPreviewLayouts/Views/SlideOverModifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ struct SlideOverModifier: ViewModifier {
.frame(height: 28)
.frame(maxWidth: .infinity)
.background(Color.red)
.overlay(
Text("UNUSABLE HEIGHT ZONE")
)

content
.overlay(
Expand Down

0 comments on commit ef18197

Please sign in to comment.