From 4e62d752f962ee9ce28dad3838a41d9a0eded94d Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Mon, 21 Aug 2023 02:28:25 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A7=88=EC=9D=B4=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=20-=20=EC=82=AC=EC=9A=A9=EB=B0=A9=EB=B2=95=20=EB=B0=B0?= =?UTF-8?q?=EB=84=88=20=EA=B0=84=EA=B2=A9=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/MyPage/MyPageView.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SodaLive/Sources/MyPage/MyPageView.swift b/SodaLive/Sources/MyPage/MyPageView.swift index 005ccc8..b470276 100644 --- a/SodaLive/Sources/MyPage/MyPageView.swift +++ b/SodaLive/Sources/MyPage/MyPageView.swift @@ -96,7 +96,6 @@ struct MyPageView: View { ServiceCenterButtonView() .padding(.top, 40) - .padding(.bottom, data.isAuth ? 40 : 0) if !data.isAuth { AuthButtonView() @@ -114,7 +113,7 @@ struct MyPageView: View { width: screenSize().width, height: (200 * screenSize().width) / 1080 ) - .padding(.top, 40) + .padding(.vertical, 40) .onTapGesture { UIApplication.shared.open(url) }