diff --git a/SodaLive/Sources/MyPage/MyPageView.swift b/SodaLive/Sources/MyPage/MyPageView.swift index d8e83c3..7afec5d 100644 --- a/SodaLive/Sources/MyPage/MyPageView.swift +++ b/SodaLive/Sources/MyPage/MyPageView.swift @@ -195,7 +195,7 @@ struct MyPageHeaderView: View { Image("img_text_logo") // 로고 이미지 위치 Spacer() - + if isShowButton { HStack(spacing: 24) { // Settings Icon @@ -334,11 +334,11 @@ struct CanPointCardsView: View { .font(.system(size: 16, weight: .bold)) } else { Text("") - .padding(.horizontal, 16) - .padding(.vertical, 11) - .background(Color.clear) - .foregroundColor(.white) - .font(.system(size: 16, weight: .bold)) + .padding(.horizontal, 16) + .padding(.vertical, 11) + .background(Color.clear) + .foregroundColor(.white) + .font(.system(size: 16, weight: .bold)) } } .padding(15) @@ -368,11 +368,11 @@ struct CanPointCardsView: View { Spacer() Text("") - .padding(.horizontal, 16) - .padding(.vertical, 11) - .background(Color.clear) - .foregroundColor(.white) - .font(.system(size: 16, weight: .bold)) + .padding(.horizontal, 16) + .padding(.vertical, 11) + .background(Color.clear) + .foregroundColor(.white) + .font(.system(size: 16, weight: .bold)) } .padding(15) } @@ -439,7 +439,7 @@ struct CategoryButtonsView: View { struct CategoryButtonItem: View { let icon: String - let title: String + let title: LocalizedStringResource let onClick: () -> Void var body: some View {