마이페이지 버튼 타이틀을 현지화한다
This commit is contained in:
@@ -334,11 +334,11 @@ struct CanPointCardsView: View {
|
|||||||
.font(.system(size: 16, weight: .bold))
|
.font(.system(size: 16, weight: .bold))
|
||||||
} else {
|
} else {
|
||||||
Text("")
|
Text("")
|
||||||
.padding(.horizontal, 16)
|
.padding(.horizontal, 16)
|
||||||
.padding(.vertical, 11)
|
.padding(.vertical, 11)
|
||||||
.background(Color.clear)
|
.background(Color.clear)
|
||||||
.foregroundColor(.white)
|
.foregroundColor(.white)
|
||||||
.font(.system(size: 16, weight: .bold))
|
.font(.system(size: 16, weight: .bold))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.padding(15)
|
.padding(15)
|
||||||
@@ -368,11 +368,11 @@ struct CanPointCardsView: View {
|
|||||||
Spacer()
|
Spacer()
|
||||||
|
|
||||||
Text("")
|
Text("")
|
||||||
.padding(.horizontal, 16)
|
.padding(.horizontal, 16)
|
||||||
.padding(.vertical, 11)
|
.padding(.vertical, 11)
|
||||||
.background(Color.clear)
|
.background(Color.clear)
|
||||||
.foregroundColor(.white)
|
.foregroundColor(.white)
|
||||||
.font(.system(size: 16, weight: .bold))
|
.font(.system(size: 16, weight: .bold))
|
||||||
}
|
}
|
||||||
.padding(15)
|
.padding(15)
|
||||||
}
|
}
|
||||||
@@ -439,7 +439,7 @@ struct CategoryButtonsView: View {
|
|||||||
|
|
||||||
struct CategoryButtonItem: View {
|
struct CategoryButtonItem: View {
|
||||||
let icon: String
|
let icon: String
|
||||||
let title: String
|
let title: LocalizedStringResource
|
||||||
let onClick: () -> Void
|
let onClick: () -> Void
|
||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
|
|||||||
Reference in New Issue
Block a user