마이페이지 버튼 타이틀을 현지화한다
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user