Skip to content

Commit

Permalink
feat: ProfileEditView bottom ignoreSafeArea 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
leemhyungyu committed Sep 23, 2024
1 parent 8409169 commit bff8b3f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ public struct ProfileEditView: View {
}
}
}
.ignoresSafeArea(.all, edges: [.bottom])
}
}

0 comments on commit bff8b3f

Please sign in to comment.