From bff8b3f521f3b5d1feb9040137dcd6d739f886ea Mon Sep 17 00:00:00 2001 From: leemhyungyu Date: Mon, 23 Sep 2024 17:01:29 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20ProfileEditView=20bottom=20ignoreSafeAr?= =?UTF-8?q?ea=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MyPage/Interface/Sources/EditProfile/ProfileEditView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/Feature/MyPage/Interface/Sources/EditProfile/ProfileEditView.swift b/Projects/Feature/MyPage/Interface/Sources/EditProfile/ProfileEditView.swift index af132360..1c0a40b0 100644 --- a/Projects/Feature/MyPage/Interface/Sources/EditProfile/ProfileEditView.swift +++ b/Projects/Feature/MyPage/Interface/Sources/EditProfile/ProfileEditView.swift @@ -48,5 +48,6 @@ public struct ProfileEditView: View { } } } + .ignoresSafeArea(.all, edges: [.bottom]) } }