fix(mypage): 이미지를 resizing 하여 UI 전체가 우측으로 밀리던 버그 수정
This commit is contained in:
@@ -130,6 +130,8 @@ struct MyPageView: View {
|
||||
UIApplication.shared.canOpenURL(url) {
|
||||
// Voice On Banner
|
||||
Image("img_introduce_voiceon")
|
||||
.resizable()
|
||||
.frame(maxWidth: .infinity)
|
||||
.padding(.horizontal, 24)
|
||||
.onTapGesture {
|
||||
UIApplication.shared.open(url)
|
||||
|
||||
Reference in New Issue
Block a user