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) }