From d2c94813109c12a01f812a9c766e87e99bd221dc Mon Sep 17 00:00:00 2001 From: InhyeKang Date: Tue, 4 Apr 2023 23:00:50 +0900 Subject: [PATCH] =?UTF-8?q?style=20::=20=EA=B3=B5=EB=B0=B1=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Sources/ChangeProfile/ChangeProfileView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Projects/Features/MyPageFeature/Sources/ChangeProfile/ChangeProfileView.swift b/Projects/Features/MyPageFeature/Sources/ChangeProfile/ChangeProfileView.swift index a118058a..2a290d21 100644 --- a/Projects/Features/MyPageFeature/Sources/ChangeProfile/ChangeProfileView.swift +++ b/Projects/Features/MyPageFeature/Sources/ChangeProfile/ChangeProfileView.swift @@ -79,10 +79,10 @@ struct ChangeProfileView: View { Spacer() } .foregroundColor(.GrayScale.gray6) - + Divider() .foregroundColor(.GrayScale.gray4) - + Button(role: nil) { isPresentedImageActionSheet = false isShowingImagePicker.toggle()