fix(mypage): 이미지를 resizing 하여 UI 전체가 우측으로 밀리던 버그 수정

This commit is contained in:
Yu Sung
2025-10-17 15:48:17 +09:00
parent 4dbbd2953a
commit bfde23891f

View File

@@ -130,6 +130,8 @@ struct MyPageView: View {
UIApplication.shared.canOpenURL(url) { UIApplication.shared.canOpenURL(url) {
// Voice On Banner // Voice On Banner
Image("img_introduce_voiceon") Image("img_introduce_voiceon")
.resizable()
.frame(maxWidth: .infinity)
.padding(.horizontal, 24) .padding(.horizontal, 24)
.onTapGesture { .onTapGesture {
UIApplication.shared.open(url) UIApplication.shared.open(url)