From dbf8bc2dd2b6018c5f967a7dc7637ed026268260 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Fri, 5 Dec 2025 15:43:45 +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=EB=B2=84=ED=8A=BC=20=ED=83=80=EC=9D=B4=ED=8B=80=EC=9D=84=20?= =?UTF-8?q?=ED=98=84=EC=A7=80=ED=99=94=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/MyPage/MyPageView.swift | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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 {