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