Skip to content

Commit

Permalink
feat: SentBottleDetailView ignoreSafeArea top 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
leemhyungyu committed Nov 7, 2024
1 parent 978a149 commit 80575d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public struct SentBottleDetailView: View {
}
)
.navigationBarBackButtonHidden()
.ignoresSafeArea(.all, edges: .bottom)
.ignoresSafeArea(.all, edges: [.top, .bottom])
}
}
}

0 comments on commit 80575d2

Please sign in to comment.